Hi,
After clicking the "Submit" button the Action class does the processing and calls the DAO to persist data in the DB.
An Ajax funtion is called which checks if the data submitted has changed status. The code is attached below
The ajax code is
Once the call return with the message being displayed in the
jsp. I can't used any button "Submit" or "Reset".
I have a requirement whrer I need to reset the all fields one the processing
is completed for one trade.
Please help !!!