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

Why do JSF variables in Richfaces components not resolve?

I'm using Richfaces 4.3.3. I'm having a composite widget. I pass a parameter/attribute, which is prints correctly within that widget. If I want to add this variable (integer) to a , the value resolves to 0 (default value for…
feder
  • 1,775
  • 5
  • 25
  • 36
1
vote
1 answer

Bulk open/close of collapsiblePanel within a4j:repeat

I do have a page, where I have a list of rich:collapsiblePanel that hold input elements. These collapsiblePanels themselves store their expanded/collapsed state within a backing bean. Now I have the use case to Open/Close all of these…
cheffe
  • 9,345
  • 2
  • 46
  • 57
1
vote
1 answer

A4J richfaces 3 doesn't work

I am using JBoss 5.01 and richfaces: 3.3. When the first h:selectOneMenu id="codOrgao" changes, I need to get the year value of the second h:selectOneMenu id="ano" and then load the third h:selectOneMenu id="codMembro". That is the code that I…
1
vote
1 answer

Richfaces display image stored as byte[]

I am using the < rich:fileUpload > component to input an image, transform it into a byte array and then store it into a mysql database. Is there any component to take that byte array and display as an image? I'd like to display book.getCover as an…
Mihnea Mihai
  • 181
  • 1
  • 3
  • 18
1
vote
1 answer

How do I obtain the row index of a row in rich:dataTable?

I'm trying to output the row index for each row in a rich:dataTable. It looks like the stateVar attribute would do this, but I can't figure out how to use it. The reference documentation for this is hopeless: The attribute provides access to a…
harto
  • 89,823
  • 9
  • 47
  • 61
1
vote
1 answer

how to get id of component to be rendered

I'm using a template to display a drop down menu on all my pages. I want to render only menu items that a specific user is allowed to access.
wjr
  • 324
  • 1
  • 3
  • 14
1
vote
1 answer

How to call popup based on a condition in richfaces?

I am trying to understand popup menu in richfaces. I am trying to do the following: I have a textbox and a button. I write some text into the textbox, and if the value of the text written is "popup", i want to call the popup menu. Here is the code: …
yrazlik
  • 10,411
  • 33
  • 99
  • 165
1
vote
1 answer

Does RichFaces 4.0 contain notifyMessages?

I am following this link to learn about richfaces: http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=notify&sample=notifyMessages&skin=blueSky But the problem is, when i try rich:notify or rich:notifyMessages, i get an error saying…
yrazlik
  • 10,411
  • 33
  • 99
  • 165
1
vote
1 answer

richfaces 4 tool tip

I am having a problem with richfaces 4 tooltip. It is not appearing over text when I hover over it with the mouse. I've been trying to figure out why but I am lost. I am using JBOSS 7.1.1 and JSF 2 This is what I have:
Joe
  • 99
  • 1
  • 9
1
vote
1 answer

Extended Datatable onrowmouseover does not work properly

I am trying to highlight the rows of a table when mouse is over. Here is the code:
yrazlik
  • 10,411
  • 33
  • 99
  • 165
1
vote
2 answers

displaying contents of the list

What's wrong with this jstl code please? I can't see its contents. contents of my accueil.jsp page
Gentuzos
  • 265
  • 2
  • 6
  • 14
1
vote
2 answers

JSF (1.2) bug when reRender h:selectOneRadio

When I do a reRender via a4j:support of Richfaces (3.3.3) on a h:selectOneRadio, I have a strange behavior (not every time). Here is my xhtml section with the h:selectOneRadio:
Kiva
  • 9,193
  • 17
  • 62
  • 94
1
vote
3 answers

How to set maximum popup width in Oracle ADF

I work with Oracle ADF 11 and use RichPopup to display messages. By default, the popup width is aligned to the width of the message. Very long message makes popup too wide. Is there any way to bound the maximum popup width with some value, e.g.…
night
  • 11
  • 1
  • 2
1
vote
2 answers

Null Pointer exception in java.lang.Class.isAssignableFrom

I am getting the below exception when we access JSF pages concurrently by more than 10 users on a Tomcat. I am using JSF 2.0 (My faces 2.0.5 ) and rich faces 4. Please note it happens randomly and there are no steps to recreate this error. I started…
user2574293
  • 11
  • 1
  • 3
1
vote
1 answer

Unified Navigation System for JSF (menus, breadcrumbs, sitemap)

We're using MyFaces, Richfaces & Restfaces to build a website on top of Oracle Stellant CMS. We're not using Site Studio. Are there any widgets/combination of widgets out there that could provide a unified navigation system? The site structure needs…
Nicholas Trandem
  • 2,815
  • 5
  • 30
  • 32