I am trying to make a dynamic form using Spring forms. Basically, the form gets a title of learning activity and then there\'s the a button below it that says, \"Add one mor
Is a JSP tag? If so, then client-side Javascript to add nodes to the DOM will have no effect - since the server-side JSP engine is not interpreting those.
Your Javascript needs to work with raw HTML and DOM, such as adding an element.