I forced that error specifically for this example. That's not the
issue. That is an example of what I am trying to log, and it
illustrates that the information I need is available at the logging
level.


On Fri, Sep 18, 2009 at 7:01 PM, Martin Gainty <mgai...@hotmail.com> wrote:
>
> org.apache.jasper.JasperException: /WEB-INF/jsp/login.jsp(17,2)
>
> Unterminated <core:if tag
>
> at 
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
>
> [jasper.jar:na]
>
>
> this says that login.jsp at line 17 column2 has an unterminated if tag
> here is a complete example that uses if component from Struts core e.g.
> <s:if test="#groupStatus.odd == true ">odd</s:if>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to