The error means what it says...it is unterminated...a correct example follows...
 
<jsp:forward page="/servlet/login" />
<jsp:forward page="/servlet/login">
<jsp:param name="username" value="jsmith" />
</jsp:forward>
hth,
A



Hi Guys,

I am getting problem with forward tag when i pass some arguments in that.

the code is

<jsp:forward page="simple1.jsp">
<jsp:param name="name" value="something"/>
</jsp:forward>

it is this error message

Error during page parsing:

com.sun.server.http.pagecompile.jsp.compiler.ParseException: I:\misc\forTest.jsp(7,32) Unterminated

I am using Java web server 2.0 on NT

can anyone knows abt it.

Thanks in advance
Rajiv Kumar B

Reply via email to