0 Replies Latest reply on Aug 24, 2006 8:35 PM by perwik

    Server side validation through AJAX

    perwik

      I was thinking that it should be possible to use AJAX to validate forms on the server side using the hibernate validation annotations that are already there in the entities. So that it looks just like client side validation (happens while the user is working with the form) but you don't have to write any Java Script validation code.
      I've been offline for a while so there might already be something like this available. Otherwise I'd like to discuss the possibilities of this.