Roberto,

You'll have to make sure all the dependencies are in the classpath/maven-project you're using to run/test/compile your application.

It is a known issue that packaging jelly has its surprises and curses... if you feel like adventurous, look at the content of http://www.activemath.org/~paul/jellypack/

Paul


On 30-Dec-03, at 18:19 Uhr, Robert Lario wrote:


I have a class called Account , it is a bean with set/gets. I placed an
instance of Account called account
context.setVariable("account",account); into the context too. And in
the template has ${account.lastName}. when I run the code I get the
error:


java.lang.NoClassDefFoundError:
org/apache/velocity/util/introspection/Uberspect


Do I need to import and/or useBean in the same manner has I do with JSP for the class Account? If so, how do I do this? Also, is there a good book or document that outlines how to use all the tags and jelly beyond the tutorials on http://jakarta.apache.org/commons/jelly/?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to