History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-282
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jason Carreira
Reporter: Jason Carreira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

webwork.tld not included in the distribution?

Created: 29/Aug/03 09:05 PM   Updated: 14/Sep/03 07:53 PM
Component/s: Views
Affects Version/s: 2.0-beta2
Fix Version/s: 2.0-beta2

Issue Links:
Related
 
This issue is related to:
WW-266 WebWork2 cvs download Blocker Closed


 Description  « Hide
webwork.tld is defined in web.xml webwork\src\webapp\WEB-INF, but webwork.tld file is not found anywhere in the cvs download files or inside any jar files or in the build file above.

Where am I making the mistake, or is that a packaging mistake from your side.

Please clarify and provide a solution.

Regards
Chandramoulee

 All   Comments   Change History      Sort Order:
Jason Carreira - [29/Aug/03 09:06 PM ]
I created a new issue for the tld problem

Matt Ho - [14/Sep/03 07:52 PM ]
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>


Matt Ho - [14/Sep/03 07:53 PM ]
resolved in CVS