Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Struts <html:select> tag...

843835Jun 3 2003 — edited Jun 3 2003
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2003
Added on Jun 3 2003
1 comment
161 views