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
9
votes
1 answer

In a rich:tab component what is the difference between switchTypes? ajax, client, or server

I am trying to implement a search page with 2 tabs: Basic Search Options and Advanced Search Options. The Search button is outside the tab at the bottom of the page. I am trying to figure out which switchType to use on the rich:tab component. …
april26
8
votes
5 answers

How to populate the right side of a richfaces picklist?

I am using a Richfaces' picklist and I want to populate the right-side panel with a list of SelectItems from my backing bean. Populating the left-side is not a problem from the backing bean, however, the right hand side is problematic. This is…
Berek Bryan
  • 13,755
  • 10
  • 32
  • 43
8
votes
2 answers

How use mask in input field in JSF 2 + RichFaces 4?

I need to have some masks in my input fields in my form. I try to insert the jQuery.js and jQuery.MaskedInput.js as show in the code below:
Valter Silva
  • 16,446
  • 52
  • 137
  • 218
8
votes
1 answer

How to mix annotations with faces-config.xml

Using JBoss 6.0.0.Final, Richfaces 3.3.3.Final, MyFaces 2.0.6, facelets 1.1.15.B1 (a limitation of RF 3). I'm on a legacy project which contains hundreds of beans defined in faces-config.xml. I'd like to keep those defined in faces-config.xml but…
user959690
  • 602
  • 9
  • 16
8
votes
3 answers

Using Multiple Resource bundles in JSF

I am trying to access multiple resource bundles from a JSF page. I have two resource bundles: general_messages.properties module_message.properties I want to access both these resource bundles in a JSF file. One way I can do this is to define…
Abdul
  • 694
  • 4
  • 14
  • 29
8
votes
3 answers

Primefaces Vs Icefaces 2 Vs Richfaces

We soon start development for a new web application and are currently evaluating/proposing the technology stack to use. For the view layer, we have to choose between Primefaces, Icefaces 2 (since we definitely want JSF2) and Richfaces. Our basic…
gkari
  • 229
  • 1
  • 7
  • 11
8
votes
4 answers

New Line character in FacesMessage Jsf

I wants to display the error message like, "The following headers not avail 1.Name 2.Roll no How can i show this using faces message in jsf?Please help me.
8
votes
4 answers

Aligning Menu Group to Menu Item

I'm using Seam and Richfaces to make a menu bar. The code is like this: Tools
Gondim
  • 3,038
  • 8
  • 44
  • 62
8
votes
2 answers

Using a commandButton in a jsf Page to download a file

Using a commandButton in a jsf Page to download a file. Using: JSF & Richfaces. I have a table (extends ExtendedDataModel implements Modifiable, Serializable) with some data and in each row a button "download".
M.R.
  • 1,959
  • 4
  • 24
  • 32
8
votes
6 answers

RichFaces and Facelets, a good combo?

I've been programming using RichFaces and JSF for quite some time now, and like the features that Facelets offer (especially as part of JSF 2), but haven't used it yet. Are there any gotchas to watch out for or incompatibilities between RichFaces…
Jon Onstott
  • 13,499
  • 16
  • 80
  • 133
8
votes
5 answers

row counter for html table row

I have HTML table in JSF web application. I am generating rows dynamically using . I want a counter for each row. How can I get this? Any help? Ssimilar to rowKeyVar in rich faces dataTable.
crazyTechie
  • 2,517
  • 12
  • 32
  • 41
8
votes
5 answers

Server-side DataTable Sorting in RichFaces

I have a data table with a variable number of columns and a data scroller. How can I enable server side sorting? I prefer that it be fired by the user clicking the column header.
sblundy
  • 60,628
  • 22
  • 121
  • 123
8
votes
3 answers

javax.faces.FacesException: Error decode resource data while loading JSF page

I am getting the below mentioned error while loading the JSF page. The page gets loaded successfully and the desired operation on the page is also done but this error comes. The jsf page contains tab panels and on click of each tab panel the error…
AngelsandDemons
  • 2,823
  • 13
  • 47
  • 70
7
votes
4 answers

Is that possible to combine Primefaces and Richfaces in one web application?

After reading RichFaces Vs PrimeFaces (for performance), I was tempted to use both in my web application to get the maximum benefit from both. Do you think that is possible? What are the advantages and disadvantages?
matiman
  • 417
  • 2
  • 8
  • 15
7
votes
1 answer

a4j:support tag not found using JSF 2

just trying to integrate this commandLink
Blanca Hdez
  • 3,513
  • 19
  • 71
  • 93