Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Portal Content Localization
Tag forward


Description

Forwards to the given page URL. The behavior of this tag is similar to the jsp:forward tag, except for the locale. This tag searches for a localized version of the page URL based on the current locale. If there is no locale set, this tag uses the locale from the HTTP request headers.

This tag cannot be used within a jsp on a portal page. By the time the jsp is rendered, the response has already been committed. In that case, using this tag will result in a java.lang.IllegalStateException.

In order to use this functionality within a portal, use com.bea.netuix.servlets.l10n.L10nResourceManager.resolve() and com.bea.netuix.servlets.controls.BackingContext.sendRedirect().


Tag Information
Tag Classcom.bea.netuix.servlets.l10n.jsp.taglib.ForwardTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameForward

Attributes
NameRequiredRequest-timeDescription
pagetruetrue Path to the resource to include.
languagefalsetrue Language code
countryfalsetrue Country code
variantfalsetrue Variant

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.