Version: Oracle APEX 24.1.5
Description:
-
I have two regions
- Views
- a region display selector
- Regions
- These are all the regions that I have.
-
One of the regions I want to link to an external apex app with this code:
<a href="f?p=1049:2:&SESSION.">Other</a>
I'm trying to add this to the title of the region.
and it says the rendering won't render because a value is too long. I was under the impression that apex had a 255 character limit. so I kinda thought that this link would be fine. I've tried a few work arounds (like assigning the code to a variable and passing the variable name to the title in a &PageItem. fashion) and same issue.
Is there a workaround? Or am I stuck trying to get a button look close enough?