I have been unsuccessful in my search to find a seam example on how to create a screen
that does the following:
1. create a table A in your favorite DB. Table A has a foreign key B Id that represents a
record in table B.
A - people
id
name
city
state
b_id
2. create a table B in your favorite DB.
B - groups
id
group
desc
date_added
3. create a screen using seam that allows you go add a record A.
4. add to this screen a dropdown that allows the user to select a value that represents a
record B-group. So now the record gets added with the group value that was selected via
the dropdown
How is this done is seam?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980368#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...