Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Sandeep . Yawale
Hello All, I am using mulipart forms for adding an employee information. In this I have 3 forms namely, emplEducation, emplExperience, emplGeneral in separate JSPs. In this case, I am using only one form bean for all these JSPs and only one action class. My problem is how to validate the

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
: Handling Multipart forms (sort of Wizard) Hello All, I am using mulipart forms for adding an employee information. In this I have 3 forms namely, emplEducation, emplExperience, emplGeneral in separate JSPs. In this case, I am using only one form bean for all these JSPs and only one action class. My

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Michael Mok
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 12 June 2001 15:32 To: [EMAIL PROTECTED] Subject: Handling Multipart forms (sort of Wizard) Hello All, I am using mulipart forms for adding an employee information. In this I have 3 forms namely, emplEducation

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Michael Mok
all the values for your 3 forms. Hope it makes sense. Regards Michael Mok www.webappcabaret.com/normad -Original Message- From: suhas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 12 June 2001 16:13 To: [EMAIL PROTECTED] Subject: Re: Handling Multipart forms (sort of Wizard) In the below

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Victor Chai
/normad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 12 June 2001 15:32 To: [EMAIL PROTECTED] Subject: Handling Multipart forms (sort of Wizard) Hello All, I am using mulipart forms for adding an employee information. In this I have

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
I think you're making things far too complicated. Read the note I posted a little while ago. - Darryl -Original Message- From: Victor Chai [mailto:[EMAIL PROTECTED]] Sent: 12 June 2001 10:26 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Handling Multipart forms (sort of Wizard

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Michael Mok
below. -Original Message- From: Victor Chai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 12 June 2001 16:26 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Handling Multipart forms (sort of Wizard) Michael, Regarding your proposed solution#2, design a mother form bean that contains

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Sandeep . Yawale
Yawale/LTITLPUN) Subject: RE: Handling Multipart forms (sort of Wizard) Hi Suhas Good question. I missed out some steps for the second option. You will need to create three form actions to process each of the form beans. The mother bean is stored in the session and is accessed and updated in each

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Andrew Steady
:(bcc: Andrew Steady/Swindon01/Domino01/Kinesis) Subject: RE: Handling Multipart forms (sort of Wizard) Hi Michael, Thanks for the options you specified for handling this. After going thru the suggested options, I think the 2nd option is better. This is because, since it is a wizrd, so

Re: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Ted Husted
I haven't tried this yet, but one way might be to setup an ActionMapping for each step in the Wizard, and set the parameter property for each. Struts passes the ActionMapping to validation, so you should be able to use mapping.getParameter() to tell where you are. You can then use this same

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
-Original Message- From: Andrew Steady [mailto:[EMAIL PROTECTED]] Sent: 12 June 2001 11:34 To: [EMAIL PROTECTED] Cc: Ben Radford Subject: RE: Handling Multipart forms (sort of Wizard) Hi, Our solution, using struts, is a mutli-page and multi-channel solution. It works on the principle

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Andrew Steady
. - Darryl -Original Message- From: Andrew Steady [mailto:[EMAIL PROTECTED]] Sent: 12 June 2001 11:34 To: [EMAIL PROTECTED] Cc: Ben Radford Subject: RE: Handling Multipart forms (sort of Wizard) Hi, Our solution, using struts, is a mutli-page and multi-channel solution. It works on the principle

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
: Handling Multipart forms (sort of Wizard) Hi, I'm working on the documentation now and feel it would only be fair to contribute some of these diagrams back to the struts community. It will probably take me a couple of days to get it sorted though. I hate documentation, grg. Cheers, Andy S p.s

Re: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Jonathan Asbell
Darryl, you need to get away from the pc a little more ;^ - Original Message - From: Darryl Pentz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 6:19 AM Subject: RE: Handling Multipart forms (sort of Wizard) Thanks, that'll be great. Look forward to the post

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
PROTECTED]] Sent: 12 June 2001 14:50 To: [EMAIL PROTECTED] Subject: Re: Handling Multipart forms (sort of Wizard) Darryl, you need to get away from the pc a little more ;^ - Original Message - From: Darryl Pentz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 6:19 AM

Re: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Jonathan
I am married. Its ME WHO IS EVIL ;^ - Original Message - From: Darryl Pentz [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Jonathan Asbell [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 8:53 AM Subject: RE: Handling Multipart forms (sort of Wizard) Jonathan, I don't think you understand