posted 16 years ago
I have a problem with ADF faces table and popup.
Here is what i want :
I want an empty table with 5 column and row like this
| firstname | lastname | email | address | action |
---------------------------------------------------
|___________|__________|_______|_________| button |
|___________|__________|_______|_________| button |
|___________|__________|_______|_________| button |
|___________|__________|_______|_________| button |
|___________|__________|_______|_________| button |
If the button clicked it will show popup with list of consumer. When i
click one of consumer the data automaticly show in my table above.
Now my problem is :
1. I cannot add static empty table with af:table
2. How the best technique to addressing my problem above ? Give me some example please.