The frameworkUrl tag constructs a forwarding and redirection URL with framework parameters. The URL can be assigned to a form handler sucessURL property, allowing the form handler to navigate to different locations in the Service Center application based on the results of processing the form.

The following example navigates to the global panels and the shopping cart panel stacks. If these panel stacks are already displayed, they will be refreshed. This example also contains the custom parameter contentHeader, which will be added to the query parameters as contentHeader=true. The result is stored in the successURL page variable, which can be assigned to a form handler property.

<svc-ui:frameworkUrl var="successURL" panelStacks="globalPanels,
  cmcShoppingCartPS" contentHeader="true"/>

The following attributes can be assigned to the tag. Custom dynamic attributes are also allowed and will be included to the redirection URL as query parameters.

Attribute

Description

context

Optional. Context of the framework request URL for forwarding or redirecting. Requires that url is specified.

dynamicIncludes

Sets the delimiters for setting dynamic includes.

Context

Sets the values for the Context.

panels

Delimited list of panel identifiers for the panels to refresh. The panels will remain in their current place but the contents will be re-rendered. Includes the request parameter p. The default delimiter is a comma. The default delimiter can be overridden with the splitChar attribute.

panelStacks

Delimited list of panel stack identifiers for the panel stacks to navigate to under the current panel. Renders the currently-enabled member panels of the panel stack in the cell for which the panel stack is assigned under the tab definition. Includes the request parameter ps. The default delimiter is a comma. The default delimiter can be overridden with the splitChar attribute.

selectTabbedPanels

Delimited list of panel identifiers for the tabbed panels to set to the selected state. Applies only to panels that are in a row of tabbed panels. The default delimiter is a comma. The default delimiter can be overridden with the splitChar attribute.

splitchar

Sets the delimiter to the specified set of characters overriding the default comma delimiter.

tab

Navigates to the specified tab by ID. Includes the request parameter.

url

Optional. Target URL for forwarding or redirecting the framework request. Overrides the default framework URL.

var

Page variable name to be assigned the framework URL.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices