For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
I have a link in JSF page, When I Click on it, it navigates to ADF Form that contains customer data. I have appended Customer ID in URL as query string. Like this http://127.0.0.1:7101/Login2-Project1-context-root/faces/register_customers.jsf?CUSTOMER_ID=6
I want that ADF form should navigate to Customer ID= 6 when I pass parameter through query string.
Thanks