> (with request.getRequestURI() )i obtain /index.jsp and not homeA.do

getRequestURI() should return the exact address the client requested,
minus query string. Perhaps you set redirect to true? But then the
address displayed in the browser should have been updated to index.jsp
as well.


--
Eric Jain


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to