Re: Regexp within a custom component

2008-05-13 Thread Toby Hobson
}) @Validate(...) private TextField emailText; Toby - Original Message From: Toby Hobson <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Tuesday, 13 May, 2008 8:37:57 PM Subject: Regexp within a custom component Hello again :) I've just added some validation to my cus

Regexp within a custom component

2008-05-13 Thread Toby Hobson
Hello again :) I've just added some validation to my custom component and I'm having trouble with the regexp validator. As per the "forms" tutorial on the T5 site I've placed a @Validate annotation on my getEmail() accessor: @Validate("required,regexp") public String getEmail() {