Does the information from one table need to be in the same row as information from the other? If not, make two tables. Otherwise, move all the information from the database/databases/XML/LDAP/etc. into an object graph that you can walk w/ JSF EL .
Dennis Byrne

