----- Original Message ----- 
From: "Jerry Jalenak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 9:04 AM
Subject: ActionForm 'reset' method being called when JSP is rendered


> I'm seeing some odd behaviour with one of my actions.  If anyone can
explain
> this I'd sure appreciate it....
>
> Here's what I've got - in struts-config I have an ActionForm that is
shared
> by two Actions.  The ActionForm is created in session scope by the first
> action, and referenced by the second Action (also in session).  Tracing
the
> calls to 'reset' and 'validate' I see the following:
>
> JSP is displayed  -> html form is submitted -> 'reset' is called ->
> 'validate' is called -> Action 1 is performed -> forward to next JSP ->
> 'reset' is called -> JSP is displayed
>
> /\/\/\/\/\/\/\ !
>
> My understanding is that 'reset' should not be called again until the form
> on the second JSP is submitted.  Have I completely mis-understood how this
> works?  Or is it something due to the ActionForm being created in session
> scope?

Your understanding is correct. There might be some configuration errors if
you
check: 1) Make sure the second action mapping requires a session scoped
form bean; 2) The form bean name and action mapping attribute in the
second action mapping agree with ones in the first action mapping.

Jing

>
> TIA!
>
> Jerry Jalenak
> Team Lead, Web Publishing
> LabOne, Inc.
> 10101 Renner Blvd.
> Lenexa, KS  66219
> (913) 577-1496
>
> [EMAIL PROTECTED]
>
>
> This transmission (and any information attached to it) may be confidential
and is intended solely for the use of the individual or entity to which it
is addressed. If you are not the intended recipient or the person
responsible for delivering the transmission to the intended recipient, be
advised that you have received this transmission in error and that any use,
dissemination, forwarding, printing, or copying of this information is
strictly prohibited. If you have received this transmission in error, please
immediately notify LabOne at the following email address:
[EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to