Working with Tables
Hi
I am new to creator and working with (Build 016115).
Say for Example when I add a Table to my design view and also a objectlistProvider -> Basically to fetch the details from an array list
and populate the table I am facing this limitation.
a) The default list provider is listing the arraylists DECLARED ONLY in the page1 .java part of the .jsf file.
The other arraylists that are available in the SessionBean1 component with getter methods cannot be viewed in the designer(objectlistProvider --> List
albeit the arraylist declared in the SessionBean1.java are refractored there.
<The DataTable of the standard section the Palete does not have this limitation as we can bind the Object array anywhere in the project as long as proper
getter methods are defined in the subsequent classes>.
2) Secondly even if I map the <sourceData> value of the TableRowGroup with the objectlistProvider(#{page1.objectListProvider1}) and define a row Instance (dummyRow) in the sourceVar field
and try to fetch the objects and from the ArrayList declared in the Page1.java by binding (dummyRow.abc.val) in the static Text field of the respective columns its not fetching.
Is there any other thing that I need to do I've missed out?
Is there a comprehensive tutorial available to work with Table component available on the Basic section of the Palette?
Thanks

