Using the s:debug tag on a JSP in an application running in the Jetty servlet container ( http://www.mortbay.org/jetty/ http://www.mortbay.org/jetty/ ) cause Jetty to throw the following exception:
org.apache.jasper.JasperException: Class: org.apache.jasper.compiler.TagLibraryInfoImpl File: TagLibraryInfoImpl.java Method: toString Line: 127 - org/apache/jasper/compiler/TagLibraryInfoImpl.java:127:-1 The same application runs fine with the s:debug tag in the Tomcat servlet container. Anyone have information on this problem? I like to use the s:debug tag and the Jetty servlet container during development and for example applications since Jetty can be run with a Maven plugin. -- View this message in context: http://www.nabble.com/s%3Adebug-tag-causes-exception-running-in-Jetty-tp25333343p25333343.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

