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"
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.