This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[TRA-1] Does not work under 2.3
Created: Thu, 17 Jun 2004 21:54:22 -0700 (PDT)  Updated: Thu, 17 Jun 2004 21:54:22 -0700 (PDT)

Status:Open
Project:Trail-Taglib
Component/s:
Affects Version/s:0.2
Fix Version/s:

Type:BugPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Unresolved 
Environment:Servlet 2.3 environment such as Tomcat 4.x


 Description   
To get it to work, you need to remove the description and display-info xml tags from the TLD, and recompile because the JSP 1.1 to 2.0 spec is not binary compatible and the code gets bound to a class in 2.0 that does not exist in 1.1.

A possible solution is to compile against the 1.1 jar, and throw the less important parts of the TLD out (or leave commented out rather).