Suppose if we want to call any external URL in OAF page. So you can call as like below.
urlname = https://www.google.com/
pageContext.sendRedirect(urlname);
Recent Posts
Suppose if we want to call any external URL in OAF page. So you can call as like below.
urlname = https://www.google.com/
pageContext.sendRedirect(urlname);