Ryan,
That's correct - according to the JSP 2.0 specification, directives (<%@
... %>) are allowed in scriptless bodies (see JSP.1.3.10.1).
- Mark
Ryan Lubke wrote:
I think that the following error message is incorrect:
- Scripting elements ( <%@, <%!, <%=, <% ) are disallowed here.
Since
Ryan,
> I think that the following error message is incorrect:
>
> - Scripting elements ( <%@, <%!, <%=, <% ) are disallowed here.
>
> Since directives (<%@) are not scripting elements.
>
> I've attached a patch to correct the messages.properties.
Thanks for your patch!
I've slightly modifie