What happens then to the <request-map> for this request after the redirect is
done with HttpServletRequest? Will the <responses> be ignored or will they be
checked after the next request is processed?
- Leon
David E. Jones wrote:
Use the HttpServletResponse object.
-David
Vinay Agarwal wrote:
Hello,
What's the best way to redirect programmatically from a Java event
handler?
There is a RequestHandler.callRedirect function but it is private. No
other
function seems to offer similar functionality. Thanks in advance.
Regards,
Vinay Agarwal