Log in to follow, share, and participate in this community.
Article Extended Data Table : How to off column drag and drop
Extended Data Table : How to off column drag and dropHow to off drag and drop : While going through my project work, there was a requirement to off drag and drop of rich:extendeddatatable. I have not found any direct attribute for that> But i found a tricks ...
RichFaces 3.3.3 and JSF 2.0In this document we have gathered all the information which may be useful for upgrading your applications to JSF 2 while using RichFaces 3.3.3+. Please review it carefully before moving forward with migration because ...
JBoss Portal - RichFaces SkinHere is what you need to do to match the current portal theme "renewal": 1. Create a file called renewal.skin.properties and place it in your RichFaces applications WEB-INF/classes folder or package it into a jar. ...
RichFaces Photo Site Demo PackagingThe purpose of this application is the give users a large real world example of a RichFaces application. How the photo site demo will be packaged and provided to users is an important aspect to the application.&...
Article Changing the layout of the page dynamically
Changing the layout of the page dynamicallyProblem You need to change the layout of a page on the fly. Solution Use <rich:page>, create several custom themes and redefine the render with the theme attribute. Details The top level layout of the page can ...
RichFaces ChangelogsThis page contains changelogs information for previous releases of RichFaces. Almos all historical information is here except former ajax4jsf changelogs and RF 3.0 info which just was not described in wiki. RichFaces...
RichFaces Documentation ApplicationRichFaces documentation team from now on (3.3.1 version of RichFaces) will be using richfaces-docs while documenting RichFaces components. The main idea of the application is to make sure that all code snippets ...
How to call JavaScript API on components?← RichFaces FAQ ← Common client side There are two ways to call JavaScript API on components: using useful functions such as #{rich:clientId('id')}.component.foo() (#{rich:clientId('modalPanel'...
Article Loading the JavaScript libraries and stylesheets from JARs
Loading the JavaScript libraries and stylesheets from JARs← RichFaces FAQ ← Common client side In order to load JavaScript libraries and stylesheets from JARs you can use <a4j:loadScript> and <a4j:loadStyle> tags respectively. Example: &he...
Can't use jQuery← RichFaces FAQ ← Common client side RichFaces Framework contains the latest version of jQuery with some fixes. It can be used out of the box with one limitation: you should use jQuery().foo() i...
Java web applications security. XSS Web-based applications have become more complex in the recent years as a result of this fact the variety and level of vulnerabilities have also increased significantly. ...
Article Can’t use <a4j:repeat> to iterate the menuItems, tabs, etc.
Can’t use <a4j:repeat> to iterate the menuItems, tabs, etc.← RichFaces FAQ ← RichFaces Components FAQ ← Data Iteration Components FAQ In order to iterate the tabs, menuItem, etc. you could not use repeate components neither <ui:repea...
Article Tools for RichFaces style classes retrieving. Firebug
Tools for RichFaces style classes retrieving. FirebugIntroduction Highly customizable look-and-feel is one of the main features of Richfaces. Therefore, information about style classes and skinning parameters should be open to everyone. ...
Richfaces Datatable CheckboxRichface Datatable with Checkbox Column and an CheckAll Checkbox in Header <rich:extendedDataTable value="#{myBean.entries}" v...
RichFaces FAQ sandboxFeel free to contribute answers for the questions which you think important and frequently asked among forum and jira! We will review this page periodically and move them to general FAQ sections.
RichFaces FAQWiki FAQ is a place where we gathered all most popular User Forum and Jira questions regarding RichFaces usage. It's updates continuously so it's highly recommended to check it every time before posting the thread at ...