|
|
|
[
Permlink
| « Hide
]
Jason Carreira - [29/Aug/03 09:06 PM ]
I created a new issue for the tld problem
This is resolved now. src/webapp/WEB-INF/webwork.tld has been removed. However, here's what's was going on:
The webwork tld is actually src/etc/taglib.tld when the example is built, src/etc/taglib.tld is copied and renamed to webwork.tld. However, if you build the webwork jar, then taglib.tld is wrapped up into the jar file as META-INF/taglib.tld as per JSP.7.2.1 of the JSP specification. the web.xml file should contain: <taglib> <taglib-uri>webwork</taglib-uri> <taglib-location>/WEB-INF/lib/webwork-2.0-beta.jar</taglib-location> </taglib> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||