RE: Struts 2.1.6 TLD file

2009-07-30 Thread Dan Slack
2009 3:12 PM To: Struts Users Mailing List Subject: Re: Struts 2.1.6 TLD file agr, actually I missread the regex, I read 0..3 as applied to [0..9]. So the version in the tld is ok. musachy On Thu, Jul 30, 2009 at 1:09 PM, Musachy Barroso wrote: > Yes, the version is wrong in struts, accordi

Re: Struts 2.1.6 TLD file

2009-07-30 Thread Musachy Barroso
agr, actually I missread the regex, I read 0..3 as applied to [0..9]. So the version in the tld is ok. musachy On Thu, Jul 30, 2009 at 1:09 PM, Musachy Barroso wrote: > Yes, the version is wrong in struts, according to the JSP Spec: > > > Describes the JSP version (number) this taglibrary requir

Re: Struts 2.1.6 TLD file

2009-07-30 Thread Dave Newton
Dan Slack wrote: Our J2EE server (Sybase EAServer 6.1) has been complaining about my struts 2 application when I deploy it. After some digging, it turns out that the "tlibversion" in the Struts2 tld file is "invalid". This seemed to happen when I changed my project to Servlet 2.5. The Strut

Re: Struts 2.1.6 TLD file

2009-07-30 Thread Musachy Barroso
Yes, the version is wrong in struts, according to the JSP Spec: Describes the JSP version (number) this taglibrary requires in order to function (dewey decimal) The default is 1.1 #PCDATA ::= [0-9]*{ “.”[0-9] }0..3 //I will fix it in trunk musachy On Thu, Jul 30, 2009 at 12:50 PM, Dan Slack wro

RE: Struts 2.1.6 TLD file

2009-07-30 Thread Martin Gainty
ipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: dsl...@langui.com > To: user@struts.apache.org > Subject: Struts 2.1.6 TLD file > Date: Thu, 30 Jul 2009 14:50:09 -0500 > > Hi, > > > > Our J2EE server (Sybase EAServer

Struts 2.1.6 TLD file

2009-07-30 Thread Dan Slack
Hi, Our J2EE server (Sybase EAServer 6.1) has been complaining about my struts 2 application when I deploy it. After some digging, it turns out that the "tlibversion" in the Struts2 tld file is "invalid". This seemed to happen when I changed my project to Servlet 2.5. The Struts 2 tlibv