Re: Question about Validation in Tapestry

2006-03-15 Thread Kent Tong
Ryan Pan 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

Question about Validation in Tapestry

2006-03-14 Thread Ryan Pan
Hi all, 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? Is there anyone can help me? Thanks, Ryan