Re: [PATCH][JASPER2] Simple patch for one of the resource error messages.

2002-11-24 Thread Mark Roth
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

Re: [PATCH][JASPER2] Simple patch for one of the resource error messages.

2002-11-22 Thread Jan Luehe
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