James Holmes wrote:
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?
In what way is anything 'broken'? While using a full URL might be more
conventional, the simple URI that's in place today is perfectly valid.
Changing it would break every existing application with little or no
benefit IMHO. The quotes in the display name are unnecessary, but
harmless I think.
Are these issues causing you problems somehow?
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]