Re: Struts 2.1.2 on Resin

2008-06-10 Thread James Holmes
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

Re: Struts 2.1.2 on Resin

2008-06-10 Thread Musachy Barroso
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 element. I am working on the > fix to the annotations processor and will have i

Re: Struts 2.1.2 on Resin

2008-06-10 Thread James Holmes
It's all tags that have a nested 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 Barro

Re: Struts 2.1.2 on Resin

2008-06-10 Thread Musachy Barroso
Is it just the order of : "Struts Tags" 2.2.3 s /struts-tags 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

Re: Struts 2.1.2 on Resin

2008-06-09 Thread Chris Pratt
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]> wrot

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Chris Pratt
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

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Dave Newton
Please ask questions on the struts-user list. The struts website and/or wiki are pretty clear on how to get Struts sources. --- On Fri, 6/6/08, Vijay Devaruppala <[EMAIL PROTECTED]> wrote: > From: Vijay Devaruppala <[EMAIL PROTECTED]> > Subject: Re: Struts 2.1.2 on R

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Vijay Devaruppala
Don, Hi ! Wondering if you could help direct me to a link to download .java src for struts related jars. I have the .class jar files. While debugging appln in eclipse, eclipse is looking for src for struts packages. I searched on apache site but could not get to any appropriate zip which

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Don Brown
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 o