HI All:
        I am using Myfaces 1.1.1 and I have a data table as shown below:
 
       <h:dataTable id="detailsTable" styleClass="detailsTable"  var="node"  value="#{sessionScope.getNodes.childNodes}">
       .......</h:dataTable>
 
 
   I would like to know:
1) if can access the "var" (node) in JSTL or Scriptlets.
2) what scope is the "var"(node) screated in ?
 
TIA
~Ravi Gidwani
 

Reply via email to