> * In a form :
> <% String newURL=response.encodeUrl("page.jsp"); %>
> <FORM METHOD=POST ACTION=<%=newURL%> >

Good questions,

Since form POSTs don't use parameters in the URL, it seems like there would
be a problem. The session id for URL rewriting would need to be implemented
as a hidden input field or the like, but that means hard-coding the name of
the parameter used for session ids, and where do you get the value from?

David

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