Joined: Wed Nov 04, 2009 3:08 pm Posts: 1
|
Hello All,
I'm currently work on a project that uses Hibernate to connect to my MSSQL 2000 database. It is also using Struts2 for structure purposes. On one of my jsp pages I am trying to create dynamic drop down menus. For example I need dropdown menu 2 to populate when drop down menu 1's option is chosen.
Basically I need menu 2 to populate based on a query that uses menu 1's option as a where clause. This is a pretty easy feat using a direct connection to the DB with jsp but I was wondering if there was anyway I could do this through Hibernate.
Any help or suggestions are appreciated!
|
|