Questions tagged [richfaces]

RichFaces was a component library for JSF and an advanced framework for easily integrating AJAX capabilities into business applications. It reached end-of-life in June 2016.

RichFaces was a component library for JSF and a framework for integrating AJAX capabilities into business applications. The main features of this library were:

  • 100+ AJAX enabled components in two libraries
  • <a4j:xxx>: page-centric AJAX controls
  • <rich:xxx>: self-contained, ready-to-use components
  • Numerous JSF benefits while working with AJAX
  • Skinnability mechanism
  • Component Development Kit (CDK)
  • Dynamic resources handling
  • Testing facilities for components, actions, listeners, and pages
  • Broad cross-browser support
  • Client-side validation, expanding JSR 303 Bean Validation
  • Advanced queueing.

RichFaces versions 3 and 4

After JSF 2.0 was released with the new AJAX support, a new development branch, RichFaces 4, was started using the new features of the spec. The older 3.x branch, although it worked well with JSF 2.x in its last version, did not use the new AJAX features of the spec and was discontinued to focus on RichFaces 4.

Richfaces 3 and 4 were violently incompatible. There is a very incomplete migration guide, to help projects to migrate legacy RichFaces 3 code to RichFaces 4. See this answer for many of the issues omitted from this guide, amounting to several times what was documented in the guide by the RichFaces project.

End-of-life

The RichFaces project reached end-of-life in June 2016. It will not be updated by JBoss any further. The last version of RichFaces was 4.5.17.Final.

You can read more about EOL here.

Online resources

Related tag info pages

Related tags

3716 questions
1
vote
1 answer

how to open a page in a new window in jsf with webflow after using evaluate

in jsf with webflow, I need to use a link and when I click the link a new window should be appear but the url of the link is not static I have to reade it from the database and prepare it then use it for my link. How can I do this thank you for your…
EmreAltun
  • 393
  • 6
  • 9
  • 19
1
vote
1 answer

from listOfMaps

I have a SessionScoped bean which has a list of maps. I am attempting to get a produced using . The list of maps is being populated correctly, although there is no dataTable output. From reading articles on…
eddie-ryan
  • 285
  • 1
  • 5
  • 19
1
vote
1 answer

JSF render data table content from managed-bean?

I'm using Richfaces to develop some web pages, with a datatable I try to display some data information from remote server. But its quite slow to load all data in one time, so I use a cache to store data, Firstly my cache is empty and data table is…
user1684651
  • 390
  • 1
  • 8
  • 21
1
vote
0 answers

a4j:jsFunction oncomplete does not fire

I want to call a javascript method, when the aj4:jsFunction request is completed. But somehow the method defined by oncomplete does not work. Here's the jsf code:
user1451130
  • 135
  • 1
  • 10
1
vote
1 answer

Return value from a4j:jsFunction

I want to get an return value from the a4j:jsFunction. But I don't know how to get this done. Here's the JSF code:
user1451130
  • 135
  • 1
  • 10
1
vote
0 answers

how to upload image using rich:upload

I have problem on upload image. Image is uploading correctly but browser is not showing up the image. It shows only after refreshing the page.
Satya Bali
  • 11
  • 1
1
vote
3 answers

Can i use immediate property in JSF to refresh my html page without calling any backing bean methods??

Can i use immediate property in JSF to refresh my html page without calling any backing bean methods?? i am new to jsf please suggest & also explain use of immediate
Niraj Dave
  • 117
  • 2
  • 10
1
vote
0 answers

Integrate RF3.3 and Trinidad in JSF project

My web application is running JSF(2.0) without facelets and RF3.3. I need to integrate Trinidad into the existing web application project. I have downloaded the trinidad jars and have placed them inside WEB-INF/lib folder. However when I went…
AngelsandDemons
  • 2,823
  • 13
  • 47
  • 70
1
vote
2 answers

Drag & Drop file upload on RichFaces

I am looking for a solution for file uploading via Drag and Drop feature. I am using JSF 1.2 with JBoss 5.0. If the solution is there on any RichFaces version then please share. Thanks
Zubair Ahmed
  • 147
  • 4
  • 13
1
vote
1 answer

Richfaces modalPanel scrolling

Im using Richfaces 3.3. I open modal panel (with scrollableDataTable inside). When I scroll up/down, I expect that scrollableDataTable in modal panel will be scrolled. But parent window is scrolled instead. How can I fix it?
bigGuy
  • 1,732
  • 1
  • 22
  • 37
1
vote
1 answer

Errors after migrate from JSF 2/RichFaces 4 to JSF 1.2/RichFaces 3

After applying necessary changes to migrate from JSF 2/RichFaces 4 to JSF 1.2/RichFaces 3, these errors was appears and i'm not able to solve them: What's the cause of those exceptions please 09:45:17,231 WARN [org.jboss.modules] (MSC service…
Ouadi
  • 103
  • 1
  • 2
  • 11
1
vote
1 answer

Rich Faces rich:clientId in Primefaces?

Does anyone know if there is an equivalent of richfaces rich:clientId in primefaces? Example, if I want to get the full client id of my field: username. '#{rich:clientId('username'), how can I do this in primefaces? This is because I want to get the…
czetsuya
  • 4,773
  • 13
  • 53
  • 99
1
vote
0 answers

richfaces 4 rich:tabPanel switchType="client" exception

I want to use the richfaces 4 rich:tabPanel and I have this code:
Alina Danila
  • 1,683
  • 1
  • 24
  • 60
1
vote
0 answers

rich:clientId within nested datatables returns wrong clientId

I use RF 4.2.0 and I have the following situation: .... ...
Federico
  • 561
  • 2
  • 11
  • 32