Ryan Pan <panteng820320 <at> gmail.com> writes: > I have a question in validation function of tapestry. > When I store the error message through "delegate.record()" method,there > will be always one error record stored in delegate,so I wanna how to store > all validation error into delegate?
You can't have two errors for a single field. To have an error for another field, make sure to call setFormComponent() first before calling record(). -- Author of a book for learning Tapestry (www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
