| Author |
Dynamically Created HTML Form Elements and Form Beans
|
Jason Ferguson
Ranch Hand
Joined: Sep 16, 2007
Posts: 47
|
|
First, this is a Struts 1 app... gotta get around to learning v2 one of these days. Anyways, here's my situation. I have a JSP called "createPackage.jsp". It accepts basic information about a "package", then uses chained selectors to choose the serial numbers of items to add to the package. These items are added to a list, and a hidden form field with their id is generated via javascript. All of the non-dynamic form fields are defined with the Struts HTML taglib. However, since the form fields are generated on the client side, will they be part of the form bean when the form is submitted? If not, is there a way to make them part of it?
|
 |
 |
|
|
subject: Dynamically Created HTML Form Elements and Form Beans
|
|
|