Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problems using the treetag from http://www.jenkov.dk

843836Jan 9 2005 — edited Jan 9 2005
hi!

i am working on a projekt and would like to use the treetag from http://www.jenkov.dk.
put it doesn't work in my environment. i'm desperate...

please can anyone help me who used/knows this tag?
i get always an 'HTTP Status 500'
-> org.apache.jasper.JasperException
root cause: java.lang.NullPointerException
com.jenkov.prizetags.tree.impl.TreeTag.expandCollapseNode(TreeTag.java:107)
com.jenkov.prizetags.tree.impl.TreeTag.doStartTag(TreeTag.java: 134)
...

i have installed the treetag like described it in the userGuide-file.
i put the jenkov-prizetags-bin-v.2.1.5 in my WEB-INF/lib directory and the treetag.tld in my WEB-INF directory. to declare the use of the tree tag i put the following declaration at the top of my jsp page:
<%@ taglib uri="/WEB-INF/treetag.tld" prefix="tree" %>
(i use jsp 1.2 and jdk 1.4 and tomcat 5.5.4)

and it doesn't work. i'm helpless...
i need your answer very badly, please!

thanks in advance, lana
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2005
Added on Jan 9 2005
3 comments
295 views