Is there a simpler and faster way of resetting the form instead of creating a content provider, an action and then assigning empty values to all the input text boxes in action assignments?
Using Form.reset works as long as the form is not submitted to the server. After that, the function resets the form to the values what was submitted to the server.
My problem is: I can create a content provider, add an action and then assign empty values only to the input text boxes. I cannot assign empty values (in the action) to the table columns (and remove rows that the user creates using Add Row button) that I created for input document list.
All I want is to reset the form as it’s loaded the first time when the page loads.
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods