Re: Backing Bean in Request Scope Persists Beyond Request

2006-07-05 Thread Cosma Colanicchia
Subject: Re: Backing Bean in Request Scope Persists Beyond Request In a Google sarch I saw the following in a post from Craig: You can accomplish that with standard managed beans my setting the managed-bean-scope on the businessDelegate bean to be none. This is like the create-every-time mode

Backing Bean in Request Scope Persists Beyond Request

2006-07-04 Thread Mike Duffy
I have a JSP (some.jsp) which is mapped to a backing bean (SomeBean.java). The scope is set to request. In some.jsp there are five h:outputLink tags each with its own f:param tags. The value for each of the h:outputLink tags is some.jsp. When a link is clicked I want to set the param values

Re: Backing Bean in Request Scope Persists Beyond Request

2006-07-04 Thread Mike Duffy
In a Google sarch I saw the following in a post from Craig: You can accomplish that with standard managed beans my setting the managed-bean-scope on the businessDelegate bean to be none. This is like the create-every-time mode of Spring ... you always get a new instance each time the

RE: Backing Bean in Request Scope Persists Beyond Request

2006-07-04 Thread Dhananjay Prasanna
-Original Message- From: Mike Duffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 July 2006 2:33 PM To: MyFaces Discussion Subject: Re: Backing Bean in Request Scope Persists Beyond Request In a Google sarch I saw the following in a post from Craig: You can accomplish