Effect « RichFaces « JSF Q&A





1. RichFaces: Displaying a notification "popup" when AJAX operation succeeded    stackoverflow.com

We are currently developing a B2B web shop based on Java EE 5, JSF, Facelets and RichFaces. The technology has really worked very well so far, but now I am facing ...

2. how to use rich:effect with a4j:include    stackoverflow.com

hello i've got this jsf code

        <f:view>
    <rich:page pageTitle="My Page" markupType="xhtml">
...
<rich:panel id="content">
           ...

3. rich:effect not working when a rich:panelMenu element is used elsewhere in the page    stackoverflow.com

We have a Seam application that uses rich:effects in several places. They all worked fine until we decided to replace our old school menus with rich:panelMenu components. At that point all the ...

4. FacesMessages and rich:effect?    stackoverflow.com

I'd like to be able to make an Ajax call using JSF/Seam/RichFaces and have the page update with the relevant h:messages component. That works with no problem. I'm able ...

5. how to use rich:effect with a4j:support and reRender    stackoverflow.com

On my JSF-page, I'm showing some content based on the value of a checkbox. How can I attach an effect (like fading in and out) when this content is rerendered? Is ...

6. rich:effect usage problem    stackoverflow.com

I would like to use a rich:effect with a JSF element in my app but am having a little trouble with the AJAX side of things. As per the below, I have ...

7. RichFaces 4: datatable attribute "noDataLabel" shows no effect    stackoverflow.com

I got a simple problem, but I don't know if I am too dumb or it's a bug inside RichFaces 4.

<rich:dataTable noDataLabel="#{lang.noEntrys}" value="#{overview.tableList}" var="e">
If theres no data to show, it displays ...

8. Setting LoadStyleStrategy to ALL has no effect    stackoverflow.com

I'm setting the LoadStyleStrategy in my web.xml to ALL.

<context-param>
    <param-name>org.richfaces.LoadStyleStrategy</param-name>
    <param-value>ALL</param-value>
</context-param>
Unfortunately this hasn't any effect. The styles are still injected into the RichFaces components. What may ...





10. Flickering Effect on using     coderanch.com

Hi All, I am using for a scrollable table.but every time i add a new record, there is a flickering effect. The entire table is refreshed and the new record is displayed.Is there any way the table will render only the new record and display. Please find the below code : ...