On Thu, Nov 20, 2008 at 7:40 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > thanks. > > I will put in the right version of the validator.
ok, the error was introduced in TRINIDAD-1181. However, now it is fixed in trunk. > But, we keep them separate. > > -Matthias > > On Thu, Nov 20, 2008 at 5:16 PM, Paul Mander <[EMAIL PROTECTED]> wrote: >> >> >> >> My Faces - Dev mailing list wrote: >>> >>> Regex client validator does not work >>> ------------------------------------ >>> >>> Key: TRINIDAD-1317 >>> URL: https://issues.apache.org/jira/browse/TRINIDAD-1317 >>> Project: MyFaces Trinidad >>> Issue Type: Bug >>> Components: Components >>> Affects Versions: 1.0.10-core >>> Reporter: Tomas Havelka >>> >>> >>> Client validation script does not work. The problem is, that in 1.0.x >>> version the validation proceeds within line var matchArr = >>> parseString.match(this.exactPattern); where this.exactPattern does not >>> exist. >>> >>> Solution: >>> Copy CoreFormat.js from 1.2.x version of Trinidad, which works or simply >>> remove this. from this.exactPattern expression. >>> >>> Suggestion: >>> Maybe this is the right time to take a think about sharing js script >>> libraries between 1.0.x and 1.2.x trunks if they are the same. >>> >>> -- >>> This message is automatically generated by JIRA. >>> - >>> You can reply to this email to add a comment to the issue online. >>> >>> >>> >> >> I was just about to create a post myself. Regex does not work in 1.0.10 >> >> -- >> View this message in context: >> http://www.nabble.com/-jira--Created%3A-%28TRINIDAD-1317%29-Regex-client-validator-does-not-work-tp20598053p20604756.html >> Sent from the My Faces - Dev mailing list archive at Nabble.com. >> >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
