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?
                                          

Reply via email to