i have some jsp page using
<jsp:forward page="ApplyXSL.jsp">
<jsp
aram name="Mergedxml" value="<%= Mergedxml %>" />
</jsp:forward>
the whole thing works fine when i was developing in tomcat but now i've problems compiling the jsp page with silverstream and the error seems to lie in the forward and param tag.
any suggestions on overcoming it?
<jsp:forward page="ApplyXSL.jsp">
<jsp
</jsp:forward>
the whole thing works fine when i was developing in tomcat but now i've problems compiling the jsp page with silverstream and the error seems to lie in the forward and param tag.
any suggestions on overcoming it?