Hi ,

Is it possible forwarding and <html:rewrite > can be used together.

For example

<%
response.sendRedirect( "<html:rewrite page='/jsp/login.jsp' /> " );  //
doesn't work
%>

also

<jsp:forward page="<html:rewrite page='/jsp/login.jsp' />"

doesn't work either

any idea ?
Regards


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to