> Rajiv Kumar Bandaru wrote:
>
> 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.
The snippet above looks okay to me, but in your real page you likely have
an unterminated tag. The numbers within parenthesis in the message (7,32) is the
row an column in the JSP page where the problem was found, so look at row 7
column 32 in your real JSP page to see what's missing.
Hans
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html