I don´t know if you can use jstl or scriptlets in datatables. The scope of the var is equal to request but is only available during the iteration of the datatable.
2005/12/22, Ravi Gidwani <[EMAIL PROTECTED]>: > 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 > -- Mathias