Dynamic List from Database

Hi,

I have JSP Page with two date fields From Date and To Date. I submit the JSP page when user changes the date.

I also have 6 list fields as query criteria. I would like to refresh this list dynamically from the database depending on the date range selected.

Result data based on the given criteria comes from servlet and displayed below Query criteria.

Any help / direction is greatly appreciated.

Thanks

[445 byte] By [nishitta] at [2007-11-27 7:21:09]
# 1
You may find the SQL BETWEEN query useful. This also works with dates. Refer to the SQL manual of your database.
BalusCa at 2007-7-12 19:06:31 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...