You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "N.N.S.S Ravi Krishna" <rk...@bsil.com> on 2004/01/14 11:59:17 UTC

Hi Action Forward problem

Hi All,
I am trying to redirect to a page using the following piece of code:

new ActionForward("https://localhost:1443"+getContextPath()+"xyz.jsp");

when this action takes place the browsers takes me to an error page saying
java.lang.illegalArguementException: https://localhost:1443/xyz/xyz.jsp
should start with "/" character.
please help me in resolving this


thanx a ton