An advancedTable is capable of HTTP Post opearation hence while creating an advancedTable be sure that it’s a recursive child of the pageLayout region and the “Form” property of the pageLayout region is set to “True”. All the events generated by advancedTable are HTTP requests are can be caught and handled in processFormRequest method of […]
advanced table in oa framework
Advanced Table Region In OAF
It was earlier that OA Framework used OATableBean to render tables but now things have changed and OAAdvancedTableBean extends OATableBean. The best part of this is that with advancedtable provides declarative support for the functionalities which required programming with simple table. The magic doesn? ends here, OAAdvancedTableBean also provides declarative support to many of the […]