Okay.

my form-bean definition looks like:

<form-bean name="testForm" type="test.TestForm"/>

while the action is:

<action path="/test"  type="test.TestAction"
          name="testForm"  scope="session" validate="false"
input="/test.jsp">
      <forward name="failure" path="/mainMenu.jsp"/>
      <forward name="success" path="/test.jsp"/>
</action>

my form class extends ActionForm.

any ideas?

ATTA

----- Original Message ----- 
From: "Paananen, Tero" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 10:43 AM
Subject: RE: Indexed Properties


> > so you are saying that ideally the the beans collection
> > in my ActionForm should be updated on form submission?
>
> The attribute values in the beans held in the collection
> should change on form submission, yes.
>
> -TPP
>
> -----------------------------------------
> This email may contain confidential and privileged material for the sole
use of the intended recipient(s). Any review, use, retention, distribution
or disclosure by others is strictly prohibited. If you are not the intended
recipient (or authorized to receive for the recipient), please contact the
sender by reply email and delete all copies of this message.  Also, email is
susceptible to data corruption, interception, tampering, unauthorized
amendment and viruses. We only send and receive emails on the basis that we
are not liable for any such corruption, interception, tampering, amendment
or viruses or any consequence thereof.
>
>
> ---------------------------------------------------------------------
> 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