[ 
https://issues.apache.org/jira/browse/TRINIDAD-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438127#comment-13438127
 ] 

kapil commented on TRINIDAD-2300:
---------------------------------

Here is the piece of code which is not rendering.

<h:outputText id="function" value="Functions" />        
        <tr:navigationTree var="tree" value="#{navTreeModel}" 
rowDisclosureListener="#{navigation.getRowKeyReset}" 
disclosedRowKeys="#{navigation.rowKeySets}" inlineStyle="margin-right:0px;">
        <f:facet name="nodeStamp">
                <h:outputLink value="#{tree.destination}" 
target="#{tree.target}" title="#{tree.text}">
                <h:graphicImage alt="#{tree.text}" url="#{tree.icon}" 
height="16" style="margin-left:5px;cursor:pointer" border="0"/>
                <span class="xas"  
style="vertical-align:top;#{tree.text==selectedRow ? 
'background-color:lightblue;' : ''}"><h:outputText value="#{tree.text}" 
/></span>
                </h:outputLink>
        </f:facet>
        </tr:navigationTree>
                
> <tr:navigationTree not rendering using trinidad-api-1.0.13.jar, 
> richfaces-3.3.1.SP3.jar with Jboss EAP 5.1
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2300
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2300
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.13-core 
>         Environment: Windows 7, Jboss EAP 5.1, trinidad-api-1.0.13.jar, 
> richfaces-3.3.1.SP3.jar, jsf-facelets.jar, Jboss-seam.jar  2.2.5.EAP5
>            Reporter: kapil
>
> Hi ,
> I am migrating an existing application from jboss 4.0 to jboss 5.1. 
> Previously it was using trinidadd-api-1.0.0-incubating.jar on jboss 4.0. 
> However when I migrated the application to jboss 5.1 I updated trinidad to 
> trinidad-api-1.0.13 version and now the <tr:navigationTree is not rendering, 
> though the <tr:form, <tr:goLink tags are working fine on same page.
> I am using richfaces-3.3.1.SP3.jar and jsf-facelets.jar version 
> 1.1.15.B1-patch-01.
> Wondering if I am using incompatible jars or missing something for 
> navigationtree to work.
> Thanks 
> Kapil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to