I am using ADF to build the front end and Toplink for DB transactions. I wanted to show 2 create forms on a single jspx page. Both the forms are from two different objects i.e it doesn't have a parent child relationship. How can I submit the values of both the forms to the backend when the user clicks on the single submit button using ADF? Any tutorials or examples would be appreciated.
Thanks
ADF doesn’t work the way you think it does: each page is a single form. You may, however use two distinct af:panelFormLayout components that look as two different forms from UI perspective. But an af:button button will submit the the entire page as a single form. Check some examples of ADF pages. You will see that the structure goes like:
<af:document><af:view><af:form>... any other components .