Maybe late, but can be useful to others:
it seems the server is executing a jsp page compiled with a previous version of the taglib. To make it working delete any .java and .class file in your server work directory or update (save, touch) the jsp to force the server to recompile it.
fabrizio From: German Bejarano
Sent: Tue 5/4/2004 2:50 PM To: [EMAIL PROTECTED] Subject: [displaytag-devel] MediaTypeEnum problem I have the following problem, I updated to the version v.1.0-b3, and when i try to run a JSP page that have display:table tag the server throws the next:
java.lang.NoClassDefFoundError: org/displaytag/export/MediaTypeEnum I change the .tld file to the displaytag-12.tld, because i see somethig like this... < variable> <name-given>mediaType</name-given> <variable-class>org.displaytag.properties.MediaTypeEnum</variable-class> <scope>NESTED</scope> <description>Holds the media type of the current request. Used by ColumnTag to decide whether or not it should display.</description> </variable>but is commented, i uncommented it and neither works!! What can i do? Greetings. German |
- [displaytag-devel] MediaTypeEnum problem German Bejarano
- RE: [displaytag-devel] MediaTypeEnum problem Fabrizio Giustina