[EMAIL PROTECTED] wrote:
I have an action Page.do that gets 3 lists from a database.
It then places the lists inside a bean which is set in the request.
The Page.jsp iterates thru the bean to display the data.
The form is posted to the PageSubmit.do.
But before the PageForm.validate() is executed.
[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 4:04 PM
> To: Struts Users Mailing List
> Subject: RE: Request bean is lost
>
>
> My lists are specific to each user based on security attributes obtained
> from the database.
> Therefore, the application scope soluti
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 1:45 PM
> To: Struts Users Mailing List
> Subject: RE: Request bean is lost
>
>
> :)
>
> I was just contemplating while browsing the code...
>
ge.do
explicitly."
robert
> -Original Message-
> From: Robert Taylor [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 4:37 PM
> To: Struts Users Mailing List
> Subject: RE: Request bean is lost
>
>
> Yes, it will write over any input values...
>
>
Robert Taylor [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 4:37 PM
> To: Struts Users Mailing List
> Subject: RE: Request bean is lost
>
>
> Yes, it will write over any input values...
>
> In this case, you might want to consider populating
> the lists in the
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 1:32 PM
> To: Struts Users Mailing List
> Subject: RE: Request bean is lost
>
>
> Exactly.
>
> My Page.do has as a parameter the jsp page along with i
t; <[EMAIL PROTECTED]>
06/07/2004 04:28 PM
Please respond to "Struts Users Mailing List"
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
cc:
Subject:RE: Request bean is lost
Classification:
> -Original Message-
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 4:23 PM
> To: Struts Users Mailing List
> Subject: RE: Request bean is lost
>
>
> Umh...
> Let me try to express myself more clearly!
>
> Page.do
> -
> My Page.do obtains
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 1:23 PM
> To: Struts Users Mailing List
> Subject: RE: Request bean is lost
>
>
> Umh...
> Let me try to express myself more clearly!
>
> Pag
t; <[EMAIL PROTECTED]>
06/07/2004 04:16 PM
Please respond to "Struts Users Mailing List"
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
cc:
Subject:RE: Request bean is lost
Classification:
> -Origina
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 1:04 PM
> To: Struts Users Mailing List
> Subject: RE: Request bean is lost
>
>
> My lists are specific to each user based on security
> attributes ob
;[EMAIL PROTECTED]>
cc:
Subject:RE: Request bean is lost
Classification:
One solution is to point the input attribute value of the PageSubmit.do
action mapping
to the Page.do action mapping thus re-retrieving the lists before
displaying the page.
An alternative soluti
the page is displayed.
robert
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 06, 2004 1:39 PM
> To: [EMAIL PROTECTED]
> Subject: Request bean is lost
>
>
> Greetings,
>
> I have an action Page.do that gets
Try specifying
input="/Page.do"
instead of
input="/Page.jsp"
[EMAIL PROTECTED] wrote:
Greetings,
I have an action Page.do that gets 3 lists from a database.
It then places the lists inside a bean which is set in the request.
The Page.jsp iterates thru the bean to display the data.
The form is p
Greetings,
I have an action Page.do that gets 3 lists from a database.
It then places the lists inside a bean which is set in the request.
The Page.jsp iterates thru the bean to display the data.
The form is posted to the PageSubmit.do.
But before the PageForm.validate() is executed.
Assume that
15 matches
Mail list logo