Struts <html:select> tag...
843835Jun 3 2003 — edited Jun 3 2003I have a problem with the <html:select> tag in the struts taglib set. I have two input fields in a form, one for a label and another for a link that is associated with the label. Also, I have a button that when clicked executes a JavaScript function to add the label and link to a <select> field as an <option>. What I would like to when I submit the for to pass the <option>s from the jsp form into a Map in the ActionForm that I have associated with the jsp page. I have looked at the <input:select> from the JSTL taglib but couldn't get it to work. Any any help is much appreciated!
Keith