If you use <html:option .../> then the selected value should show as being
selected when
the page is reloaded.

robert
  -----Original Message-----
  From: Namasivayam, Sudhakar (Cognizant)
[mailto:[EMAIL PROTECTED]
  Sent: Thursday, January 08, 2004 9:15 AM
  To: Struts Users Mailing List
  Subject: forwarding request from select tag




  Hi all,

  I have a list page which has a combobox to select the filter.

  <html:select property="statusfilter">
          <option value = "All">All</option>
          <option value = "Completed">Completed</option>
          <option value = "In process">In process</option>
  </html:select>

  The page loads with the value "all" as default.


  Now if the different option say "completed" is selected, i want to reload
the same page with the new filter status.

  How should i do it?



  Thanks,

  sudhakar



Reply via email to