1 Reply Latest reply on Feb 5, 2007 4:36 AM by herveminko

    Using multiple JSF-Portlets on a single page

    herveminko

      Hi --

      I'm a little bit confused, because i have 2 independent jsf-portlets on a single portal page. Each portlet has 2 input fields and action butons for executing some java code.

      If i fill the text fields of my 2 portlets and i execute the action of one of them, i often see that the input fields of the other portlet are reset after this action. It looks like the portlet session (and the backing bean) of the other portlet is reinitialized. Is it a normal behaviour of my portlets. Is it possible to setup jboss portal ,so that portlet sessions are not influenced by other portlets actions? I don't want to loose the values into the backing bean of the passive portlet.