Hi
Am new to
struts.
We have a
jsp which has several dropdowns and some text fields. The values (List) in these dropdowns are retreived from the database.
When the jsp is submitted and if a validation error occurs (validation done using struts framework) the values in the dropdown are lost. What should be done to access the dropdown values (Lists), previously retreived, in the jsp.
information: We get the "No collection found" error on the jsp if the validation fails.
Thanks in advance.