Hi! :)
I think this one goes directly to Pat, but I'll ask on the list anyway.
After today's cvs update, trying to call any Velocity templates gives me this exception:
VelocityServlet : Error processing the template
java.lang.UnsupportedOperationException: processing JSP Tags is not currently supported
at com.opensymphony.webwork.views.velocity.AbstractTagDirective.processTag(AbstractTagDirective.java:342)
at com.opensymphony.webwork.views.velocity.AbstractTagDirective.render(AbstractTagDirective.java:109)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:153)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271)
at org.apache.velocity.Template.merge(Template.java:296)
at com.opensymphony.webwork.views.velocity.WebWorkVelocityServlet.mergeTemplate(WebWorkVelocityServlet.java:136)
at org.apache.velocity.servlet.VelocityServlet.doRequest(VelocityServlet.java:387)
at org.apache.velocity.servlet.VelocityServlet.doGet(VelocityServlet.java:333)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
...
I understand that this code is in the middle of a refactoring, but how could I get my velocity templates to work properly? Can help with it (code, tests, docs, whatever)? If yes, what can I do? I just don't wanna sit here looking at that nasty stack trace all day long. :)
peace,
-cv