Error in my first VelocityView application?
####hello.vm
#set( $greet = 'Hello World')
$greet
####exception
javax.servlet.ServletException: Servlet execution threw an exception
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at .......................................................
..................................................................................
root cause t cause
java.lang.IncompatibleClassChangeError
at
org.apache.velocity.runtime.parser.JJTParserState.openNodeScope(JJTParserState.java:82)
at
org.apache.velocity.runtime.parser.Parser.SetDirective(Parser.java:1503)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]