You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Claus Nielsen (JIRA)" <de...@myfaces.apache.org> on 2011/05/18 10:55:56 UTC

[jira] [Created] (TRINIDAD-2103) Unable to populate the header column text and shortDesc dynamically

Unable to populate the header column text and shortDesc dynamically
-------------------------------------------------------------------

                 Key: TRINIDAD-2103
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2103
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.13-core 
         Environment: It is a clean Java solution. (EJB, Trinidad, Facelets). We are running the solution on a WebLogic 11g
            Reporter: Claus Nielsen


I would like to populate the header text and the tooltip based on what we get in the table. Is this possible?

I have tried the example as below. And putting the header text and shortDesc on the tr:column as well. None of it has worked.

<tr:table value="#{generateSendCapacitySummaryBean.vesselDetails}"
	     bandingInterval="2" banding="row" var="arg"
     	     emptyText="No vessel call details">
             <tr:column>
		<f:facet name="header">
		   <tr:outputText value="Service" shortDesc="#{arg.serviceTooltip}"/>
		</f:facet>
		<tr:outputText value="#{arg.service}" />
	      </tr:column>
</tr:table>

Is there a way to solve this?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira