Hi Jon,
I did it that way, too and it worked. 
But I wanted to validate the search form and I just have one validate method
per ActionForm, and the validation in search and edit is not the same.

I'm wondering about this problem because it's so fundamental. 
I mean doesn't need anybody who works with struts a solution for this?


-----Urspr�ngliche Nachricht-----
Von: Jon.Ridgway [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 12. Juli 2002 12:40
An: 'Struts Users Mailing List'
Betreff: RE: change an Actionform


Hi Sven,

I do it as specified in my previous post. Although I'd use the same action
form to store search and editing values, this way the mapping.getName () bit
in the search action would work (no hard coding of the key to use to store
the search results in session/request for editing).

Jon Ridgway


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

Reply via email to