Re: Regexp validation problem

2014-04-01 Thread Howard Lewis Ship
Look in the documentation about moving the regexp out of the binding and into the page's message catalog. On Tue, Apr 1, 2014 at 3:00 PM, Richard Frovarp wrote: > This looks to be a bug, but I can't find any good documentation, so I > thought I'd bring it here first. > > I through a really quic

Re: Regexp validation

2008-05-30 Thread Brian Long
Sura, take a look at this example here http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/TextField.html you'll have to put your regular expression in your classes properties file for it to work . . . /Brian. Sura, Bhupesh wrote: I am usin

Re: Regexp validation

2008-05-29 Thread Mikaël Cluseau
Try to change your "\\" to "\". Le jeudi 29 mai 2008 à 20:13 -0400, Sura, Bhupesh a écrit : > I am using tapestry 5.0.10 and I have a code in a .tml file which looks like > this. > > t:validate="regexp=([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-