
October 25th, 2001, 01:06 PM
|
|
Junior Member
|
|
Join Date: Aug 2001
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
unterminated <jsp:forward
I am redirecting with:
<jsp:forward page="somepage.jsp">
<jsp  aram name="msg" value="<%=errorMsg%>"/>
</jsp:forward>
and am getting an "unterminated <jsp:forward" tag error.
I know without the jsp  aram tag I would end the jsp:forward tag as
<jsp:forward page="somepage.jsp"/>
I've tried "jsp:forward.../>" even using the param tag and it seems to work (getting another error now) but I thought that syntax was wrong.
I'm on NT 4.0 with IBM VisualAge for Java running Websphere Test Environment.
Any thoughts?
Phillip
|