wl-extension
Tag column-link


Renders the contents of each cell in this column as a hypertext link. The "portlet" attribute specifies the target for the link. You must nest within this tag the <render:pageUrl pageLabel="page-lagel"/> tag. The <render:pageUrl> tag specifies the definitionLabel of the page UI control that contains the portlet to which this column links. This tag is valid only when nested in <wl-extension:column>.

Examples
<wl:column property="canonicalName" label="medrecMBean.canonicalname.label">
      	<wl:column-link portlet="medrecEAR.Monitor.Portlet">
      		<render:pageUrl pageLabel="medrecMonitor"/>
      	</wl:column-link>
      </wl:column> 


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

Attributes
NameRequiredRequest-timeTypeDescription
portlettruetruejava.lang.String The definitionLabel of the portlet to which this column links.

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