8 Replies Latest reply on Oct 8, 2007 12:45 AM by sergeysmirnov

    how a4j:support onblur validation optimisation?

      I am using ajax support onblur to do validation for all the field. I want to optimise the performance now. I do not want the whole viewroot to be restored(the getter in bean will not be call).It is because i have a getter for datatable in that page.When each time the onblur on field. It will trigger the query to DB.How can i do that. How to avoid that?