wl-extension
Tag column-dispatch


Renders the contents of each cell in this column as a hypertext link. To find the link target, this tag: 1. Looks up the value of the row bean's "handle" field. 2. Looks up the value of this tag's "perspective" attribute. 3. Searches through all portal include (.book) files for a page definition that contains the following tag: <netuix:meta name="perspective-value" content="handle-field-value"/> 4. Generates a link to the page, which then loads its portlet. This tag is valid only when nested in <wl-extension:column>.


Tag Information
Tag Class com.bea.console.taglib.html.TableColumnDispatchingTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
perspectivefalsetruejava.lang.String The metadata name for the type of page (perspective) that this tag dispatches to. For most WebLogic Server pages, the perpective is "configuration-page". You can define your own perspective values on your own pages.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Oracle Fusion Middleware Oracle Weblogic Server 10.3.1 JSP Tags Reference
11g Release 1 (10.3.1)
Part Number E13953-01