RE: problem custom validation

2008-11-10 Thread Muralidhar Y
the sender immediately by return e-mail and securely discard this message. -Original Message- From: Andreas Andreou [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 4:32 PM To: Tapestry users Subject: Re: problem custom validation You still have to

Re: problem custom validation

2008-11-10 Thread Andreas Andreou
You still have to return the page to be rendered even in case your validation fails So, just add return null after validationDelegate.record(formComp, "Invalid password"); On Mon, Nov 10, 2008 at 11:52 AM, Muralidhar Y <[EMAIL PROTECTED]> wrote: > Hi friends, > > > > I have done the followin

problem custom validation

2008-11-10 Thread Muralidhar Y
Hi friends, I have done the following in the html form I have included the bean in the page specification like the following In the listener method I have coded as following:- public String onWordSubmit(IRequestCycle cycle) {