Is there a way to do a validator that depends on other Fields? So for
example, the Min validator can check against a static number - is there
anyway to pass in the user input from another field to the validator.

So say
<input t:type="TextField" value="value" t:id="start" size="22"/>
<input t:type="TextField" value="value" t:id="end" size="22"/>

And I basically want to make sure "end" > "start". I know I can check this
with a validation event handler but it would be nice to have a general
validator which I can plug into any textfield and also have the nice
validation decorations that validators provide for fields.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Validator-abilities-tp4845773p4845773.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to