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

