Re: Portlet support - multiple instances of a portlet.

2006-03-06 Thread Patrick Dalla Bernardina
From JSR 168. "PLT.15.2 Session Scope PortletSession objects must be scoped at the portlet application context level. Each portlet application has its own distinct PortletSession object per user session. The portlet container must not share the PortletSession object or the attributes stored in

RE: Portlet support - multiple instances of a portlet.

2006-03-04 Thread Marcio E Miranda
5:13 PM To: users@myfaces.apache.org Subject: Portlet support - multiple instances of a portlet.   Hi,   How does MyFaces (or JSF for that matter) handle backing beans in multiple instances of the same portlet? For example, let’s say that I’ve deployed two instances of MyPortlet in the same

RE: Portlet support - multiple instances of a portlet.

2006-03-03 Thread Stan Silvert
To: users@myfaces.apache.org Subject: Portlet support - multiple instances of a portlet.   Hi,   How does MyFaces (or JSF for that matter) handle backing beans in multiple instances of the same portlet? For example, let’s say that I’ve deployed two instances of MyPortlet in the same page of a

Portlet support - multiple instances of a portlet.

2006-03-03 Thread Marcio E Miranda
Hi,   How does MyFaces (or JSF for that matter) handle backing beans in multiple instances of the same portlet? For example, let’s say that I’ve deployed two instances of MyPortlet in the same page of a portal. MyPortlet defines a view which has components binded to a backing bean that mu