It appears that the generated struts-tags.tld file is broken in the 2.0.8, 2.0.6
and possibly other builds. The URI being generated and used inside the
<uri></uri> tags should be "http://struts.apache.org/tags"; instead of
"/struts-tags" unless I'm confused. Also, the <display-name> value seems to have
unnecessary quotation marks:

<taglib>
  <tlib-version>2.2.3</tlib-version>
  <jsp-version>1.2</jsp-version>
  <short-name>s</short-name>
  <uri>/struts-tags</uri>
  <display-name>"Struts Tags"</display-name>

...

</taglib>

Should I open a JIRA issue?

James

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to