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 tag. The 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 .

Example:
			<wl:column property="canonicalName" label="medrecMBean.canonicalname">
      	<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. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.