Log in to follow, share, and participate in this community.
Thread Richfaces IE7 Performance
Richfaces IE7 PerformanceHi all, I'm a little new to this but have put together a richfaces app to start with. I've noticed some performance problems though particularly with IE7. Firstly, a lot of time seems to go in ge...
Thread Extremely slow selection behavior of ExtendedDataTable
Extremely slow selection behavior of ExtendedDataTableHello, recently I have encountered a problem in using the extendedDataTable of RichFaces 3.3.3.Final. My code: <rich:extendedDataTable sortMode="multi" selectionMode="multi" value="#{BackingBean.dat...
Thread rowKeyVar empty with RF3.3.3 and JSF2 (mojarra 2.1.7)
rowKeyVar empty with RF3.3.3 and JSF2 (mojarra 2.1.7)Hi, We are upgrading our application from RF3.3.3/JSP1.2 to RF3.3.3/JSF2 (in both config, we are using JSP as VDL) We are using the following URL : https://community.jboss.org/wiki/RichFaces333An...
Thread ActionListener not called from components inside a rich:panelBar
ActionListener not called from components inside a rich:panelBarHi there, I have this question on stackoverflow that explains my inquiry http://stackoverflow.com/questions/10878417/richpanelbar-and-ajax-not-rerendering-components It would be great if someone could point m...
list shuttle is working alternatively..Hi, I am using the two list shuttle components to satisfy the business need. First time it is working fine, second time i am getting following error.. it is working alternatively.. 11:23:16,466 INFO...
how to add Component To Ajax RenderHi guys, i have a tree with drag & drop support after dragging an item, tree doesn't update until i refresh page i'm using richfaces 3.3.0 public void dropListener(DropEvent dropEvent)
...
Thread Data to be sent from a4j:form to rich:modalPanel
Data to be sent from a4j:form to rich:modalPanelI have created a form which has a text field. When I enter a value in the text field and click on the search button next to the text field, a rich:modalpanel pops up. I want the value typed into the textbox to...
richfaces file upload not completing on IEHi, I am facing a problem with rich:fileupload. the files are being uploaded. however, the control seems not to return to the browser, says downloading picture ico_clear.gif from 3.3.3.Finalorg, although i can...
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...