Downloaded the displaytag-1.1 I was trying to get its example running under the Sun ONE web server 6.1 (supports servlet 2.3 and jsp 1.2 spec). I was able to see the first page (index.jsp). However, whenever I clicked on the examples links on left side I got "HTTP 500 Internal server error" and saw the "The page cannot be displayed" in the browser. Looked at server log it gave me something like this. Is here anyone has ever had this kind of problem?
for host 192.168.190.94 trying to GET /displaytag/example-styles.jsp, service-j2ee reports: WEB2798: [] ServletContext.log(): WEB4102: SAX property not recognized: Property: http://xml.org/sax/handlers/LexicalHandler
----- Root Cause -----
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at org.displaytag.tags.TableTagBeanInfo.class$(TableTagBeanInfo.java:42)
at org.displaytag.tags.TableTagBeanInfo.getPropertyDescriptors(TableTagBeanInfo.java:41)
at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:436)
...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Downloaded the displaytag-1.1 I was trying to get its example running under the Sun ONE web server 6.1 (supports servlet 2.3 and jsp 1.2 spec). I was able to see the first page (index.jsp). However, whenever I clicked on the examples links on left side I got "HTTP 500 Internal server error" and saw the "The page cannot be displayed" in the browser. Looked at server log it gave me something like this. Is here anyone has ever had this kind of problem?
for host 192.168.190.94 trying to GET /displaytag/example-styles.jsp, service-j2ee reports: WEB2798: [] ServletContext.log(): WEB4102: SAX property not recognized: Property: http://xml.org/sax/handlers/LexicalHandler
----- Root Cause -----
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at org.displaytag.tags.TableTagBeanInfo.class$(TableTagBeanInfo.java:42)
at org.displaytag.tags.TableTagBeanInfo.getPropertyDescriptors(TableTagBeanInfo.java:41)
at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:436)
...