On Thu, 23 Oct 2014 22:48:50 -0200, Name Surname <wintertime0...@outlook.com> wrote:

Lets say I have an input field with validation parameter something like
<input validate="max=${number}">


and in my Java code I have a public function

getNumber(){

}
Now is it possible to manipulate with Validation like this and how can I achieve it?

Not exactly that way. See http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/dynamic-validation-for-required-not-required-tp4422440p4422758.html for an example.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to