There is an important feature in RichFaces 4 that get documented at wiki recently and today I want to point you to that article. That article is related to Programmatic control of partial processing in RichFaces 4.
If you working with RichFaces 3.3.x and looking for the same info - do not ignore that page. It's written as comparison of 3.3.x and 4.x functionality so you will see RichFaces 3.3.x methods also!
Questions which are adressed in that article (for both RichFaces 3.3.x and 4.x) listed below. Again all the answers related to programmatical access to PartialViewContext and not just working at component/attributes level.
- How to add component to set of execute'd ones.
- How to add component to set of render'ed ones.
- How to check if current request is Ajax request.
- How to limit Ajax updates to just set of render'ed components excluding automatically rendered ones.
- How to append JavaScript event handlers from server side
- ...more
So look through the article and let RichFaces team know about your experience of using all that stuff. And share your thoughts about anything still missing at User Forum.
Created: 26. May 2011, 18:13 CET (Ilya Shaikovsky)
Hi,
I am using Richfaces 3.3.3, but in the components list through I do not get the option to select the 'Select' component.
I have even downloaded RichFaces 4.0 but it still isn't an option.
I have the following JAR Files
richfaces-api-3.3.3.Final.jar richfaces-impl-3.3.3.Final.jar richfaces-impl-jsf2-3.3.3.Final.jar richfaces-ui-3.3.3.Final.jar
Why is the 'Select' component not available to me?
Thank
rich:select is available in RF 4.0 see livedemo richfaces-showcase.appspot.com
Dynamic extendDataTable creation not supporting ajax support Creating Dynamic binding for rich:extendedDataTable with 2 columns and 5 row of dateList. And after running my xhtml page the hole data (5 row of data with 2 columns are displayed) But after I am clicking any row the a4j:support not firing corresponding method. ( But whenever clicking the row the jsf life cycle are printing in consoule) So I am trying Statically with same data and same a4j:support event and action… this time it firing the corresponding method.
It is really very helpful Ilya. Thanks for this nice article!