I'm using Apex 4.0.2, and I'm trying to pass a value to an Apex login page item via a URL parameter. The parameter determines where the user goes after authenticating, based on whether the parameter value is null or not.
Upon clicking the link the page item is not being set when using Internet Explorer 7 - it gets set just fine using Firefox 5. This is evidenced by the fact that the item value shows as null when I view source in IE and populated in FF, and as a result the custom redirect works in FF and not in IE.
Has anyone encountered this before, and if so what did you do to work around it? Thanks.
The link I'm using (resides on an ASP page) is:
http://siteaddress:8080/apex/f?p=101:101:::::P101_RNAME:<%=value%>