RE: Reusing the same HTML Form for many actions

2003-06-04 Thread Michal Maczka
That's it! Thanks will try that! mm > -Original Message- > From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 10:18 PM > To: 'Struts Users Mailing List' > Subject: RE: Reusing the same HTML Form for many actions > > >

RE: Reusing the same HTML Form for many actions

2003-06-04 Thread Michal Maczka
> -Original Message- > From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 10:10 PM > To: 'Struts Users Mailing List' > Subject: RE: Reusing the same HTML Form for many actions > > > > I don't agree that these th

RE: Reusing the same HTML Form for many actions

2003-06-04 Thread Bailey, Shane C.
. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 4:10 PM To: 'Struts Users Mailing List' Subject: RE: Reusing the same HTML Form for many actions I don't agree that these things are two COMPLETELY different things. Ad

RE: Reusing the same HTML Form for many actions

2003-06-04 Thread Bailey, Shane C.
he userForm per action name coming in. validation.xml: From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 8:23 PM > To: 'Struts Users Mailing List' > Subject: RE: Reusing the same HTML Form for many actions > > > > I would do something a

RE: Reusing the same HTML Form for many actions

2003-06-04 Thread Michal Maczka
> -Original Message- > From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 8:23 PM > To: 'Struts Users Mailing List' > Subject: RE: Reusing the same HTML Form for many actions > > > > I would do something a little more code

RE: Reusing the same HTML Form for many actions

2003-06-04 Thread Bailey, Shane C.
I would do something a little more code but less confusing. This is just a guess I don't have this working: JSP: the value above is which method in your DispatchAction to go to as in add or update. struts config: Action class: class AddUpdateUserAction