I have checked in the fix to the Struts Annotations project, but someone
else will need to do a release of that project and get it into Maven so that
the Struts 2 build process can rely on the new Struts annotation build with
the fix. I don't have experience doing all that.

On Tue, Jun 10, 2008 at 9:52 AM, Musachy Barroso <[EMAIL PROTECTED]> wrote:

> yeah I was validating it, and it was complaining about the description
> and the value of tlib-version
>
> musachy
>
> On Tue, Jun 10, 2008 at 9:35 AM, James Holmes <[EMAIL PROTECTED]>
> wrote:
> > It's all tags that have a nested <description> element. I am working on
> the
> > fix to the annotations processor and will have it checked in shortly.
> >
> > You can view the XML Schema for tag libraries here:
> >
> > http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd
> >
> > James
> >
> > On Tue, Jun 10, 2008 at 9:15 AM, Musachy Barroso <[EMAIL PROTECTED]>
> wrote:
> >
> >> Is it just the order of :
> >>
> >> <description><![CDATA["To make it easier to access dynamic data;
> >>                    the Apache Struts framework includes a library of
> >> custom tags.
> >>                    The tags interact with the framework's validation
> >> and internationalization features;
> >>                    to ensure that input is correct and output is
> localized.
> >>                    The Struts Tags can be used with JSP FreeMarker or
> >> Velocity."]]></description>
> >>  <display-name>"Struts Tags"</display-name>
> >>  <tlib-version>2.2.3</tlib-version>
> >>  <short-name>s</short-name>
> >>  <uri>/struts-tags</uri>
> >>
> >> that it doesn't like?
> >>
> >> musachy
> >>
> >> On Tue, Jun 10, 2008 at 1:18 AM, Chris Pratt <[EMAIL PROTECTED]>
> >> wrote:
> >> > WW-2674 (https://issues.apache.org/struts/browse/WW-2674) logged with
> >> > attached struts-tags.tld.
> >> >  (*Chris*)
> >> >
> >> > On Fri, Jun 6, 2008 at 9:22 AM, Chris Pratt <[EMAIL PROTECTED]>
> >> wrote:
> >> >> I'll see what I can do.  Thanks.
> >> >>  (*Chris*)
> >> >>
> >> >> On Fri, Jun 6, 2008 at 12:43 AM, Don Brown <[EMAIL PROTECTED]>
> >> wrote:
> >> >>> Looks like it wants short-name and uri after display-name.  Should
> be
> >> >>> an easy fix.  See if you can figure out all the changes needed and
> >> >>> file a JIRA ticket.
> >> >>>
> >> >>> Thanks,
> >> >>>
> >> >>> Don
> >> >>>
> >> >>> On Fri, Jun 6, 2008 at 5:03 PM, Chris Pratt <
> [EMAIL PROTECTED]>
> >> wrote:
> >> >>>> It appears that the struts-tags.tld doesn't validate on Resin 3.1.
> >> >>>> When I tried to update my app I get:
> >> >>>>
> >> >>>> 500 Servlet Exception
> >> >>>>
> >> >>>>
> >>
> jar:file:/C:/Proj/LCARS/webapp/lcars/WEB-INF/lib/struts2-core-2.1.2.jar!/META-INF/struts-tags.tld:6:
> >> >>>> <display-name> is an unexpected tag (parent <taglib> starts at 2).
> >> >>>>
> >> >>>> 4:   <short-name>s</short-name>
> >> >>>> 5:   <uri>/struts-tags</uri>
> >> >>>> 6:   <display-name>"Struts Tags"</display-name>
> >> >>>> 7:   <description><![CDATA["To make it easier to access dynamic
> data;
> >> >>>> 8:                     the Apache Struts framework includes a
> library
> >> of
> >> >>>> custom tags.
> >> >>>>
> >> >>>>  Check for duplicate and out-of-order tags.
> >> >>>> <taglib> syntax: (@version, @xsi:schemaLocation?, <description>*,
> >> >>>> <display-name>?,
> >> >>>> <icon>?, <tlib-version>, <short-name>?, <uri>?, <validator>?,
> >> <listener>*,
> >> >>>> <tag>*, <tag-file>*, <function>*, <taglib-extension>*)
> >> >>>>
> >> >>>> Any ideas?
> >> >>>>  (*Chris*)
> >> >>>>
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> > For additional commands, e-mail: [EMAIL PROTECTED]
> >> >
> >> >
> >>
> >>
> >>
> >> --
> >> "Hey you! Would you help me to carry the stone?" Pink Floyd
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
>
>
>
> --
>  "Hey you! Would you help me to carry the stone?" Pink Floyd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to