I want to create a page containing a form in APEX 22 that another page links to and passes two fields which together identify a unique entry. I could do this easily in 4.2 but for some reason have not figured out how to do in 22. The fields are filled in by the link but I am not getting a fetch to fill in the existing data. The data in the fields is also not shown in the session state.
I have tried to use DML and Form initialization processes,
Can you point me to a “cookbook” or documentation – I am at a loss.