7 Replies Latest reply on Jun 5, 2008 1:30 PM by cardel.ka.jelinek.seznam.cz

    Changes in some form field are immediately persisted to the database

    cardel.ka.jelinek.seznam.cz

      I have strange problem with my application. If I change some value in some input field in view this change is immediately saved to database. But I dont execute no method, I dont send form changes, I am only typing in the fields and changes are persisted to the database immediately. When I look into db after closing application (without saving changes) or after change some field in the DB is new changed value. After every key-press action in the view I have hibernate update command in the console.
      When I remove a:support tag from input field the update is not processed. But I need a:support because I want to validate field immediately and not all fields after form submitting.


      Thanks for some tips..