[TRA-1] Does not work under 2.3 | |
| Status: | Open |
| Project: | Trail-Taglib |
| Component/s: | |
| Affects Version/s: | 0.2 |
| Fix Version/s: | |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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). |