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!

java.lang.ClassNotFoundException: org.apache.struts.taglib.tiles.UseAttribu

843840Aug 14 2008 — edited Aug 14 2008
I got this error when trying the tiles framework. I did some search and but did not resolve. It suggest using different URI for the taglib. I did not have any problem when I run the complete tile example. It only happened when I used my test tile program. What am I doing wrong?
Summary of what I did for this simple test (if it helps to trace the problem)
1. create a simple layout (layout.jsp)
2. define definition in titles.xml
3. use the definition in the index.jsp


----------------------------errror---------------------------------------------------------------------------------
java.lang.ClassNotFoundException: org.apache.struts.taglib.tiles.UseAttributeTei
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2008
Added on Aug 14 2008
4 comments
976 views