I am using APEX 5.0.2.00.07.
I have a button which directs a page in my app to to another page. However I wanted to submit my existing item entries before redirecting to my Modal Dialog page. To this end I changed the button action to submit and created a "After Submit" branch to redirect to the modal dialog. I also made the branch conditional on the specific button. However when I test this I get the 404 error (The request path contains illegal characters). This is with the APEX listener. However I also tested against the Embedded PL/SQL Gateaway which also resulted in a "corrupted data" error.
If I change the destination Page Mode to a Normal U don't experience this problem.
Is there a workaround?
Thanks,
Clive