"Craig R. McClanahan" wrote:
>
> That is not the case.  What you should do when you are creating your form is
> something like this:
>
>     <form action="<%= response.encodeURL("destination-URL") %>" method="POST">
>
> to ensure that the URL to which you are submitting the form is encoded if it
> needs to be.

Is this correct? Is it now portable across servlet engines to mix
QueryString and POST'ed form parameters?

>From memory there was some issue regarding which of these parameters
took precedence (or indeed even if they could be merged) in earlier
versions of the servlet API - or has this been cleared up in 2.2?

Damian

--
Damian Fauth              Fairfax Interactive Network (F2)
Senior Software Engineer                 201 Sussex Street
Ph: +61 2 9282 3528                      Sydney  NSW  2000
[EMAIL PROTECTED]          http://www.f2.com.au

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to