2 Replies Latest reply on Sep 2, 2007 3:30 PM by fabmars

    RichFaces 3.1.0 RC3/RC4 and Facelets

    fabmars

      Hi,
      I'm using JSF1.1_02, Facelets 1.1.12, Tomcat 5.5.

      I'm not 100% sure, of course, but I think 3 things aren't working anymore with 3.1.0 RC3/RC4.

      1) <rich:suggestionBox>: I haven't been able ot make any to work with 3.1.0 whereas it's all fine with 3.0.2. I see my suggestionAction is called ONLY once and the suggestionlist is never displayed. Can anyone confirm the component is broken, or give me an example of a suggestionBox working on 3.1.0 using facelets ???

      2) <a4j:status>: still using facelets, when there is no more activity, the startText stays displayed instead of switching to stopText.

      3) Still using facelets, I have one page that switches to a second page upon some action (in order to upload something). When I ask the second page to switch back to the first one (its backing beans are session scoped), the component where I list what's uploaded on the second page is displayed, but the component next to it isn't anymore whereas there is no "rendered" condition on it !!! More generally, there are some view composition glitches, like duplicate id errors, whereas it never happened on 3.0.1/3.0.2.


      On 3.0.2 I have all this working fine. If I only change my jars to the 3.1.0 RC3/RC4 ones, it's broken, so I guess there are facelets issues in 3.1.0 RC.