Hi guys.
1. When the page is initially entered, an 'Add' button is displayed
2. When user clicks 'Add', a form with 1 input text and a 'Start' button will appear. When he clicks 'Start', an ajax post will process, passing his input.
3. At any time (even if the ajax is still processing), the user can click 'Add' button again to add a new input text and 'Start' button. He could also add new field and click add.
How can I tell in
jsp that the start button is for first form, second start button is for submitting second form and so on?
Need your ideas please.... TIA