Hi,
Is the following an illegal line of code:

<jsp:forward page="Categories.jsp?index=<%=
request.getParameter("parentId")%>" />

On running the above piece of code I get the following error:

"org.apache.jasper.compiler.ParseException: C:\AddNewCategory.jsp(24,76)
Attribute parentId has no value"

I have tested the value of parentId. It does have a valid value.

I am using tomcat 3.1 on windows 2000.

Thanks,
Rahul.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to