Ah - that's great. I have currently added the validate method of TrRegExpValidator in my JSF page. In this way all works fine.
Many thanks. > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:[email protected]] Im > Auftrag von Matthias Wessendorf > Gesendet: Dienstag, 21. April 2009 13:46 > An: MyFaces Discussion > Betreff: Re: [Trinidad 1.0.10] error in TrRegExpValidator > > On Tue, Apr 21, 2009 at 11:05 AM, <[email protected]> wrote: > > Hi, > > > > I was running in an issue in Trinidad. I have used the > following tag > > <tr:validateRegExp pattern="[\w]+"> and I was wondering why nothing > > has matched with my pattern. So I was going to debug the JavaScript > > implementation of TrRegExpValidator.prototype.validate > function and I > > have seen that the match function was invoked with a wrong > parameter > > (instead of exactPattern, this.exactPattern was used). This would > > never match because TrRegExpValidator has no member > variable. Should I > > file a Jira issue for this? > > See here: > https://issues.apache.org/jira/browse/TRINIDAD-1181 > > already fixed in the 1.0.x trunk. > I guess there will be no release of 1.0.x before end of May.. > Is it possible to use that trunk version ? > > -Matthias > > > > > Best Regards, > > > > Sven Rottstock > > > > > > > > > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > >

