Hi, In my appfuse-jsf 1.9.4 application I have a drop-down country list (which is loaded from a database table) to select when the user enter author details.
countries --------- id country author ------ id name country_id // FK to country ....... // Other details When I list the author details I want to list the country name along with author details. Should I use a JOIN and pull in the 'List getAuthors' function? How the hibernate xdoclet tag will look like? Thank you. Sudheer -- View this message in context: http://www.nabble.com/newbie-%3A-Listing-of-collection-key-column-name-tf4223843s2369.html#a12015418 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
