Following the beaneditform pattern, I have a page that submits a form with
field validation using the included annotations. Now I would like to perform
second stage validation on the data returned (checking for uniqueness
against a database, etc) and to use the same error reporting mechanism to
feed back field level errors to the user.

If my page is a POJO and my form data is a POJO that is wired up by magic,
how do I get access to the Form object from within the page to invoke
recordError?

Thanks,

Terry
-- 
View this message in context: 
http://www.nabble.com/T5-validation-tf3323698.html#a9240017
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to