productAmount-regexp=^[1-9][0-9]*

> Subject: Re: Tapestry Regexp Validator
> From: tawus.tapes...@gmail.com
> Date: Fri, 18 May 2012 13:43:28 +0530
> To: users@tapestry.apache.org
> 
> 
> Can you share the code ?
> 
> 
> On May 18, 2012, at 1:28 PM, Fight Ice wrote:
> 
> > 
> > Tapestry 5.3.2:
> > I try to use Email validator in my email input field, but it doesn't work. 
> > Then I use the regexp validator in my properties file like this:
> > email-regexp=^[a-zA-Z0-9_\-]+@[a-zA-Z0-9_\-]+(\.[a-zA-Z0-9_\-]+)+$
> > It still doesn't work.
> > Finally I found even regexp like this "^[1-9]" doesn't work.
> > If I change the "^[1-9]" to "/^[1-9]/", it works, but still doesn't work 
> > with email-regexp.                                           
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
                                          

Reply via email to