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]>

