I'm still trying to understand why you need nested html form tags. Are you trying to do a "wizard-like" form on a web page where the user is taken through steps to complete a task?
Like this: Step 1: User picks a Country from a Select list of Countries Step 2: User picks a State/Province from a Select list of available State/Province (based on what country from step 1) Step 3: User picks a City based on state from step 2 Step ????? whatever Is this what you are doing? JM > -----Original Message----- > From: bjoern blum [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 4:23 AM > To: 'Struts Users Mailing List' > Subject: AW: nested <html:form> - Tags > > > Hi, > Thanx for your help. I will try it out right now.... > > <*** Question *** > <Why would you want to nest forms anyway? > > The answer is very easy. Assuming you want to build a specific report. > Then you must make some selections in order to specify, which has to be > generated and shown. > In my case I have to <html:select>-Tags. Everytime this fields were > selected, some context - fields have to be filled with infos, e.g. a > planning period has an begin-/enddate, which helps the user to select > the apropriate attribute. > When theses two seclect - fields were finally been selected, only in > this case the report should be created. This gets managed by submitting > the "overall" form. The nested forms are used to specify the selections > made. > > That's the reason why nested forms are needed ;-). If you have another > solution for this problem i would be greatful to you, if you give it to > me :-) > > bjoern > > > -----Original Message----- > > From: Bjorn Blum [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, May 05, 2002 1:43 PM > > To: Struts Users Mailing List > > Subject: Q: nested <html:form> - Tags > > > > > > Hello out there, > > > > I've got a urgent question to you. Is it possible to handle nested > > form - tags with struts or html? e.g. > > <form 1> > > <form 2> > > </form 2> > > <form 3> > > </form 3> > > </form1> > > > > And can I "speak" to them, as they were standalone? in Javascript like > > > 'document.forms[2].submit()' or so. > > > > Many thanx for your help. > > > > bjoern > > > > -- > > GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

