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

h:inputText not working with a4j:commandLink

myBean is in request scope.
Vikas V
  • 3,176
  • 2
  • 37
  • 60
1
vote
1 answer

How get an event selection the one row HtmlDataTable inserted at rich:panel in .xhml

I need change a routine that are too slow in a portal. This is my .xhtml file:
1
vote
1 answer

RichFaces rich:autocomplete not firing valueChangeListener

Based on this Im implementing a rich:autocomplete with a dynamic list to the autocomplete. What i want to do next is, when the user edits this field to update another field based on its value. I've found various links and references declaring this…
jmlv21104
  • 89
  • 12
1
vote
1 answer

JSF2 Richfaces 4.3.1, walk method is called many time while using ExtendedDataModel and Arrangeable

I am trying to load a datatable with pagination and sorting. Using the ExtendedDataModel and Arrangeable to achieve this and it is working fine. Then I added the Phase Listener to check the behavior and noticed that that 1. Pagination is working…
msher420
  • 33
  • 3
  • 9
1
vote
1 answer

Is possible to change the size of a Rich-Faces dialog dynamically?

I have in mind to create a dialog as the image, with 3 toggle panels, but I desire that everytime the toggle panels are shown/hide the dialog size changes. Is this possible using Rich-Faces dialog ?
MadMad666
  • 955
  • 3
  • 11
  • 19
1
vote
1 answer

XML file generation to user specified location

I am generating a xml file using JAXB but at present file is generated at specified location,How can i use a browse button to specify the location of folder to save the generated file. Have tried with input type="file" of HTML but it is useful for…
user2224083
  • 33
  • 1
  • 4
1
vote
1 answer

ocpsoft rewrite ConfigurationProvider Registration fails

I want to use ocpsoft rewrite in order to overcome proxy issues with Richfaces. Since the JavaScript files could not be found through a proxy configuration (similar to the problem described in JSF. URL rewriting solution needed). Somehow I do not…
1
vote
0 answers

classnotfound exception when running jsf + richfaces project

I have a project on eclipse that is using richfaces and jsf. It is tied to a server (apache tomcat 7.0). when i run i am getting a class not found error. Here are my…
mangusbrother
  • 3,988
  • 11
  • 51
  • 103
1
vote
0 answers

Richfaces 3.3.3 Collapse all panelBarItem on Page Load

Does anyone know how to not expand any of the panelBarItem's when the page loads? I can't upgrade to Richfaces 4.0 yet and need this fix for 3.3.3. I've tried to use the panelBar's selectedPanel property and set it to an panelBarItem that I don't…
c12
  • 9,557
  • 48
  • 157
  • 253
1
vote
0 answers

Workaround for richfaces popup validation

It's well documented bug in richfaces (see bug RF-11413) You can try it on Richfaces showcase rich:dataTable -> editing Only solution I find is : https://community.jboss.org/message/735198 (look for answer from Eldin Okanovic) But it doesn't work…
1
vote
0 answers

JSF page isn't rerendered after failover

We have a little problem with our application when it's deployed in cluster. After we shutdown the working node, session is restored on another one and application keeps working but we need to either refresh the page entirely or move to another page…
mykola
  • 1,736
  • 5
  • 25
  • 37
1
vote
0 answers

jQuery draggable(), resizable() in jsf doesn't work perfectly

I'm having a problem with jQuery: resizable() and draggable. When I move the div on datatable works perfectly and when I resize too, but after resize if drag the div it moves 1px on top and 1px on left. I can do this from the container div on top of…
1
vote
2 answers

LazyLoadingException in jsf validation phase after second ajax submit using a4j:commandButton

I have a problem when I try to submit my form for the second time using a4j:commandButton My view is:
Stefan Kostic
  • 262
  • 4
  • 14
1
vote
0 answers

Jboss AS / Tomcat debian deploy: JSF FileNotFoundException

Short intro: Im trying to deploy a jsf 2.1 project on Jboss AS 7 (tryed also on Tomcat 7). The deploy is working without any issues but when I try to access the site css, images and javascript cannot be found and I get tons of the following…
loklok
  • 79
  • 1
  • 7
1
vote
2 answers

Build up Richfaces4 and Primefaces3.5 but seems jQuery got conflict

I was using the Richfaces4, everything looks good. But just right after I add following line to my pom.xml: org.primefaces primefaces 3.5
David Lee
  • 108
  • 7
1 2 3
99
100