Re: Tap 5.0.16 : How to pass in a validator to an embedded TextField componet.

2008-11-27 Thread Shing Hing Man
to implement the Field interface. Shing --- On Sun, 23/11/08, Shing Hing Man <[EMAIL PROTECTED]> wrote: > From: Shing Hing Man <[EMAIL PROTECTED]> > Subject: Tap 5.0.16 : How to pass in a validator to an embedded TextField > componet. > To: "tapestry Tapestry"

Tap 5.0.16 : How to pass in a validator to an embedded TextField componet.

2008-11-23 Thread Shing Hing Man
I have created a component, SingleInputRowTable, which is just a loop over a TextField component for inputting a list of numbers. The validation on the input numbers varies from case to case. So, I would like to pass in a validator to SingleInputRowTable for the embedded TextField component.