Hello all,

I'm new to tapestry and wanted to do a simple form with user defined fields.

I have a Field class which contains a String Value and a String set of
restrictions.

I wanted to do something like this:

<input type="text" t:type="TextField" *
t:validate="currentField.fieldValidator"*  t:value="currentField.fieldValue"
/>

My idea was to use the already existing FieldValidators like required,
regexp, min, etc...

Would like you're opinion on how to do this, if its even possible. I'm a bit
clueless.

Thanks in advance,
Nuno Ferreira

Reply via email to