Hello, Is that possible to create a custom validator that is context-dependent? That is, I want validation logic (including client-side JS) to depend on actual component data.
I have checked http://wiki.apache.org/tapestry/Tapestry5HowToAddValidators, it's pretty clear how to do that, but I don't have any idea how do I inject actual component data into validator when needed. Thanks in advance! -- Ilya Obshadko