Populating Options in ActionForm
Qasim Khawaja <[email protected]> Thu, 10 Jul 2003 19:08:08 +0100
| Newsgroups | gmane.comp.java.mvc.devel |
|---|---|
| Message-ID | <[email protected]> |
I am trying to populate three drop down selects with data from the database (well actually using a DAO class and hibernate). The DAO class throw a hibernate exception. I don't obviously want there to make the ActionForm aware of hibernate. What is the best way to populate the lists in the ActionForm? Thanks Q