Posts

Showing posts from November, 2013

Changing Icon node on ADF tree component

                                            <af:tree value="#{bindings.DocTypeTreeVo.treeModel}" var="node"                              selectionListener="#{bindings.DocTypeTreeVo.treeModel.makeCurrent}" rowSelection="single"                              id="t1">                         <f:facet name="nodeStamp">                         <af:switcher id="s1"  facetName="#{node.hierTypeBinding.viewDefName}">                             <f:facet name="org.dhaman.dms.model.query.DocTypeTree">                                 <af:link text="#{node}[#{bindings.DocTransHdrView1Iterator.estimatedRowCount}]" id="ot1" icon="/images/entity.gif"/>                             </f:facet>                                                   <f:facet name="org.dhaman.dms.model.view.DocTransHdrView">