You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by D&J Gredler <dj...@gmail.com> on 2006/05/01 09:18:19 UTC

Dynamic Validators Binding

I'm trying to add validation to BeanForm, and I need to be able to bind the
result of an expression (a string):

binding name="validators" value="validators:getValidators(property)"

Any ideas? I haven't figured out a way to do it...