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

Richfaces inputNumberSlider does not call setter

The following inputNumberSlider does not call my setter:
4ndro1d
  • 2,926
  • 7
  • 35
  • 65
1
vote
2 answers

Richfaced rendering takes longer time

Hi we are using various combination of data table and rich combobox and tab panel. the rendering is taking too long. is i did the performance tuning suggestions from stackoverflow and other websites
SomaSekhar
  • 348
  • 1
  • 6
  • 17
1
vote
0 answers

resource-optimization-with-maven-resources in rich faces 4.3.1.Final

I have read a blog from jboss community https://community.jboss.org/people/michpetrov/blog/2012/11/27/resource-optimization-with-maven-resources-plugin but is there anyway I can redirect the path richfaces is looking for the skinning.css and…
deepu
  • 11
  • 2
1
vote
1 answer

Richfaces 4 - substitute for AjaxActionComponent

We are migrating an application from jsf 1.2 to jsf 2.0, and upgrading Ajax4JSF (ajax4jsf-1.1.1) to Richfaces 4.2.2. In our old code, there are places where we use org.ajax4jsf.framework.ajax.AjaxActionComponent to programmatically set the…
Rony
  • 45
  • 9
1
vote
2 answers

setting field to blank after validation in jsf

I am new to JSF and going through one JSF application. I want to validate one Password field for Blank string. I know instead of doing it in Javascript, I am calling a function for validation. My need is, if value of the password field is blank then…
Jayesh
  • 6,047
  • 13
  • 49
  • 81
1
vote
1 answer

How to access a parameter in a4j:jsFunction's oncomplete attribute

Is there any way to access a parameter for a in the oncomplete="" attribute of it, without using the action="" attribute and assingTo="" of ?
mbulau
  • 359
  • 1
  • 7
  • 19
1
vote
1 answer

f:ajax parameter passing doesnt work,action is called but value is always NULL

I have two bean classes vehicletypes and cars from vehicletypes is a list of vehicles from which one typename is to be selected for cars class.So i am populating the list in car.xhtml by v.name its working fine using combo box.For assigning this…
Heena Jain
  • 45
  • 1
  • 1
  • 7
1
vote
1 answer

Row selection and data processing in rich:extendedDataTable

I am working with JSF2.0, Spring-Webflow2.3.1 and richfaces4.2.3. I have got a rich:extendedDataTable which will show a list of data(There is no button present inside it). I need to implement -> double click on a row to get the details in a…
jijo thomas
  • 337
  • 2
  • 5
  • 13
1
vote
0 answers

Implementing in-place select in extended table rich faces suggestion for better solution and performance issue

Hi I would like implement a editable table with both horizontal and vertical scroll bars so i chosen extended table in rich faces and want to edit the data in this table so i chosen the in-place input and in-place select , works good if i have less…
Lee
  • 5
  • 5
1
vote
2 answers

JSF2 readonly values not submitted

I have a JSF2 form with some fields defined as read-only, that although the user cannot access have to be submitted. The problem I face is that when I submit the form the readonly fields evaluate to null. I read a the thread Data in
user2144223
  • 11
  • 1
  • 7
1
vote
1 answer

Trouble using a richfaces tabPanel with dynamic tabs

I saw on richfaces showcase that the best way to use rich:tabPanel with dynamic tabs is with a4j:repeat, but this doesn't work in my application. This is my code:
Skizzo
  • 2,883
  • 8
  • 52
  • 99
1
vote
0 answers

Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory

Hi I have a spring richfaces project run with myfaces 2.1.10, but I want to change to Mojarra 2.1.19 , but the application give me the error: SEVERE [javax.faces] (MSC service thread 1-4) Application was not properly initialized at startup, could…
Vodo-Siosk Baas
  • 183
  • 3
  • 12
  • 27
1
vote
3 answers
1
vote
2 answers

rich:fileUpload fails to upload over HTTP/SSL w/ Apache2 + AJP + Tomcat 6.0.24

I'm currently unable to get rich:fileUpload working over HTTPS in Chrome 25 or IE 8. The POST is sent, but never receives a response. Strangely, it does work over HTTPS in Firefox 19. It also works in all browsers when using HTTP. Both HTTP and…
IHeartDuckies
  • 121
  • 1
  • 1
  • 4
1
vote
1 answer

Richfaces PanelMenuItem reevaluating disabled not working

if i disable a PanelMenuItem i recognized that Richfaces adds some kind of javascript after this element which causes the element to be disabled. If i modify this script and set the disabled attribute to false and execute this script with firebug i…
kukudas
  • 4,834
  • 5
  • 44
  • 65
1 2 3
99
100