I am working on struts2 web application in which I have a button on a particular jsp page.
Onclick of this button , I need to add few elements(5 labels and 5 textboxes) which are within a div tag.
Again when I click on that button another div should be dynamically generated containing those elements and the first div should collapse with the use of accordion.
This process should get repeated the number of times the button is clicked.
Please guide me how should i approach this problem