All this is fine and dandy but isn't form-submission typically a POST operation? If you use <html:form> the default is POST.
Sri -----Original Message----- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 6:34 AM To: Struts Users Mailing List Subject: RE: checkbox Thanks for clarrifying that. URL limitations are a micro$oft 'feature' eh? Why am I not surprised? ;-> -----Original Message----- From: Gemes Tibor [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 April 2003 19:16 To: Struts Users Mailing List Subject: Re: checkbox Andrew Hill �rta: >I was under the impression the max length of a get url was much lower >(as far as the spec goes - although I believe IE and Mozilla both >support longer >ones than the minumum the spec mandates). Dont have the figures though >:-( > Ok I looked it up: The HTTP 1.1 (RFC2068) does not explicitly limit the length of the URL to anything. The length of a URL is unbounded. Most versions of Internet Explorer have a well defined hard limit of 2083 characters for the length of the URL. Tib --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

