struts

my form is in request.i have 3 select boxes, 2 checkboxes,2 textboxes.when i click the search button.the selected values for the particular search condition should be retained in the select boxes,checkboxeswhen the data is dispalyedhow this is to be done
[296 byte] By [java@srinua] at [2007-11-27 7:07:06]
# 1

You can use form beans. Read more of it under struts documentations. You can define a form bean for your JSP. Struts will take care to instantiate the form bean upon request submission and will take care to reload the data into the fields (3 select boxes, 2 checkboxes,2 textboxes) during the response.

java_techya at 2007-7-12 18:58:26 > top of Java-index,Java Essentials,New To Java...