Would appreciate some help on this, i hope easy issue...
I am new to apex, and i have a collection of pages. I simply want to reference one page from another using a typical <a href= tag inside an html region on the page. I was under the impression that i can use the "&SESSION." tag so that the session id is passed on the backend and things would work fine.
In my example, i have say page xyz, with the html code/tag, which is trying to send the user to page 510 in application 4000.
i used this:
click here
But when i try to use that link, i get an error:
400 Bad Request
The HTTP client sent a request that this server could not understand.
Anyone know why my '&SESSION.' variable isnt working for me? Is there something i need to 'enable' at the application level?
Thanks.