All,
I have two questions related to dropdown boxes.
1. Say I have a list of customer objects in my session, and I composed a drop down box of Customer names. Upon selection of one customer, the system should repopulate customer related information. How should I do this?
2. When I have the validation turned on with the form, the action class is complaining about missing the data arrays I used to create the drop down box. (I composed the array in the form and store it in the request.)
So I had to recreate the arrays in the reset() method of the form. Any explanation or better solution?
Really appreciate it.
Joyce

