I have a form in a jsp file. I want to add two buttons for adding/removing the form. Everytime the add button is pushed the same form is replicated below the original form. If I push the remove button the form is removed. I think there should be this function already implemented inside the liferay aui library.
Asked
Active
Viewed 62 times
1 Answers
0
Yes, similar functionality available in Edit User screen for Address and Phone Numbers and other places too.
You can refer to phone_numbers.jsp and addresses.jsp at location.

Pankaj Kathiriya
- 4,210
- 2
- 19
- 26
-
To which tag and part of the code you are referring in particular? – user73793 Jan 30 '15 at 08:27