Hi,

 

I am using 4 forms in one jsp, the reason being few select UI components &
search are common to other use cases. 

The problem I'm facing is with resetting the fields on successful completion
of any transaction.

 

One option is calling reset() method on all the forms in java script
function on onload even of body. But my application is using tiles & master
layout jsp because of which my function on body onload is not getting
called.

 

Can someone help me out giving any options to clear the data for all the
forms displayed in jsp?

 

Thanks & Regards,
Sulabha 

 

Reply via email to