This, I feel should be simple, but I am having a lot of trouble.
I have a page item (P_10_PAGE) which is a LOV of page names and numbers. Once a user has selected a value, the submit button should open that page.
I have tried setting the "go to page" value to several variations of &P_10_PAGE for the URL f?p=&APP_ID.:40:&APP_SESSION, where &P_10_PAGE contains 40 (or some other value.)
But the URL is constructed without the &P_10_PAGE value, but leaves the "&P_10_PAGE" as a string.
How can I supply a page number to a button to call? Searching the net gives many examples, but always with a hard coded page.