As Wendy indicates, you should just use "html:hidden" for this.
However, the error in your code is because you have nested double
quotes. Change it to this to avoid the error:
<input type="hidden" name="id"
value='<%= request.getParameter("id") %>'>
It's also noteworthy that you managed to find a small bug in the Tomcat
code, in that the error key "jsp.error.attribute.noequal" doesn't have a
corresponding resource. I think this has already been fixed in later
versions.
> -----Original Message-----
> From: as as [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 12, 2004 3:22 PM
> To: Struts Users Mailing List
> Subject: Jasper error
>
>
> Hi,
>
> Any one seen this error.
> generated the following general exception:
> org.apache.jasper.JasperException: /myPage.jsp(61,6)
> jsp.error.attribute.noequal
>
> Seems its coming out of this line...
>
> <input type="hidden" name="id"
>
> value="<%= request.getParameter("id") %>">
>
>
>
>
>
> need I change the syntax...
> thanks much in advance...
>
> -Sam.
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Tax Center - File online by April 15th
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]