• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Asking ADF Faces table with popup

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic