afh:tableLayout not a common component, what is a good replacement?
621034Jun 1 2009 — edited Jun 4 2009I could not get the afh:tableLayout to work under 11g as it did under 10g. I am translating an old 10g app to 11g and need some recommendations. I could provide code examples, but I don't think afh:tableLayout is the new 11g way of doing things (correct me if I'm wrong).
Should I just use html tables? or what is the new replacement component that I should use to just display a standard static text and input fields all lined up in a column format with a nice border?
I tried to use af:table, but it looks like it was just made for dynamic lists, not for static forms where you basically have a list of questions and input answers on a form. I need four columns of data, one column is for input, the other three columns depict previous versions of what the data used to be:
Field Name Users Input Facility one Name Facility two Name
-------------------------------------------------------------------------------------------------
Facility Phone [ ] 703 323-0933 703 323-0388
Is Facility On-Line Y/N Radio Button Yes No
bla
bla...
Thanks in advance for any advice...