> -----Original Message----- > From: Ciaran Hanley [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 10:12 AM > To: Struts User Mailing List > Subject: Sharing Fields Between 2 Forms > > > Hello, > > > > Is it possible for forms to share a common field? > > I have two forms on a page which both need to gather data from a > html:textarea. > > > > I do not want to have two textareas on the JSP however so I > can I share one > between both forms?
Not really, however... you could have the html:textarea of one form fill in a hidden field of the other form using javascript. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]