Oracle Weblogic Server (MOSC)

MOSC Banner

Does WLS 10.2 allow redirection from dynamically included JSPs ?

edited Apr 12, 2010 7:14AM in Oracle Weblogic Server (MOSC) 1 commentAnswered ✓
 Hello,
After changing the coding from <%@ file> (static include) to <jsp:include file> (dynamic include) to fix some JVM issues,
the problem now is that it doesn't allow redirects from dynamically included JSP.

See, if you create 3 JSPs:
Include JSP2 in JSP1 [dynamic include using <jsp:include>].
In JSP2, use redirect to JSP3. When you'll hit JSP1 you will not see JSP3.

Is this because it is not possible to refer (include or forward) a JSP of one web application in another web application?

Can a JSP just include another JSP or forward to a resource which is in the same web application context?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center