try
new ActionForward("https://localhost:1443"+getContextPath()
+"xyz.jsp",true);
Regds
Anant Kumar
TCS
"N.N.S.S Ravi
Krishna" To: "'struts users'" <[EMAIL PROTECTED]>
<[EMAIL PROTECTED] cc:
l.com> Subject: Hi Action Forward problem
01/14/04
04:29 PM
Please
respond to
"Struts Users
Mailing List"
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

