You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by rolfst <ro...@gmail.com> on 2009/07/27 12:25:06 UTC

Custom validator for int constraint for a dynamic list

Hi can someone help me on creating an int validator like in the wiki. However
This validator must be used with an ajax loop on a custom component.
So a message catalog file cannot really work because the number of text
fields is not known beforehand.

thanx
Rolf
-- 
View this message in context: http://www.nabble.com/Custom-validator-for-int-constraint-for-a-dynamic-list-tp24678040p24678040.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Custom validator for int constraint for a dynamic list

Posted by rolfst <ro...@gmail.com>.
I got it I Used Void.class as its first parameter to its super()
changed it to null did the trick

rolfst wrote:
> 
> Hi can someone help me on creating an int validator like in the wiki.
> However This validator must be used with an ajax loop on a custom
> component.
> So a message catalog file cannot really work because the number of text
> fields is not known beforehand.
> 
> thanx
> Rolf
> 

-- 
View this message in context: http://www.nabble.com/Custom-validator-for-int-constraint-for-a-dynamic-list-tp24678040p24679622.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org