0 Replies Latest reply on Mar 27, 2008 11:57 AM by dodo.phoenix

    RichFaces no values on Components

    dodo.phoenix

      Hi,


      While coding an application using seam-gen i am running in to following problem. I have a stateful backing bean wich is conversation scoped. The page simply displays the data of an entity loaded by the backing bean.
      entity values are displayed using
      <h:outputText>


      Now when i put a <rich:panel> around all the <h:outputText>anything went fine. But if i replace the rich:panel with <rich:simpleTogglePanel> i got a nasty effect.
      After toggle the panel 3 times the values aren't displayed anymore and I have absolutely no idea where to search.


      would be nice if anyone could help me.


      Thx.