Anh Vu - 2008-10-06

we're using JewelBox to create rules than java code will be generated into Eclipse.

I am looking for solution on how to solve this issue.

How can we keep only the form's current values instead of previous values that user enters & hit the save button for the first time

For instance:
First time: User enters value - clicks save button - the suppressValidation run - throws error.

Second Time: User enters another value which is different than the one previosly had been entered - click save button Now 2 error messages has been throws
-one for the old value that user entered the first time
- one for the current value that user just has entered

Please advise
Anh