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.
EMAIL PROTECTED] Subject: Reusing the same HTML Form for many actions Can somebody explain me what is the best practice if I want to use the same form (JSP page/fragment) for executing different action. For example I want to have "add" and "edit" action which will be processed diff

Reusing the same HTML Form for many actions

2003-06-04 Thread Michal Maczka
Can somebody explain me what is the best practice if I want to use the same form (JSP page/fragment) for executing different action. For example I want to have "add" and "edit" action which will be processed differently, but the form for entering data will be the same. I tried to use form as >>Ti