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


 

This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

                Visit us at http://www.cognizant.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to