[opencms-dev] forward

Robert Petermeier robert2.0 at gmx.de
Mon May 22 11:05:05 CEST 2006


Atanas,

Atanas Atanasov schrieb:
> How to forward from one jsp page to another?
> Tag <jsp:forward page="...." /> not work correctly

there is a method
CmsRequestUtil.forward(String, HttpServletRequest, HttpServletResponse)

which, unfortunately, appears to be broken in (there was a thread about 
this recently). As a possible but not very nice workaround you might use 
a redirect and append request parameters to the URL as GET parameters.


Robert



More information about the opencms-dev mailing list