Link to home
Start Free TrialLog in
Avatar of LeanMoreTryMore
LeanMoreTryMore

asked on

JSP - how do i add a dropdown list which the data is extracted from Hibernate

I need a jsp in which it contains a dropdown list. It allows the user to select the item and hit Submit button to initiate the process.

The backend process has been done.
The problem is I dont know how to build a dropdown list in which the data is extraced via Hibernate

Notes. the dao objected generated from Myeclipse works ok.
I only need to know how to i do it in JSP
ASKER CERTIFIED SOLUTION
Avatar of jaggernat
jaggernat

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LeanMoreTryMore
LeanMoreTryMore

ASKER

Does the LabelValueBean class which is connected to hibernate??
Your hibernate will get the data and populate in the drop-down field. LabelValueBean is only used to display the data from a collection like ArrayList.