Re: Multiple Forms per Submits

2004-06-01 Thread [EMAIL PROTECTED]
Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 11:09 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Multiple Forms per Submits The technical answer to your question, if it is taken literally to be about the client side, is that with

RE: Multiple Forms per Submits

2004-05-18 Thread David Friedman
: Tuesday, May 18, 2004 11:09 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Multiple Forms per Submits The technical answer to your question, if it is taken literally to be about the client side, is that with HTML you can only have the values of one form on a response

Re: Multiple Forms per Submits

2004-05-18 Thread Michael McGrady
The technical answer to your question, if it is taken literally to be about the client side, is that with HTML you can only have the values of one form on a response page submitted with a request from the client. If you are thinking truly about submitting multiple forms on one page, why not jus