Facelet tag handler that iterates over sub widgets in a template attached to the widget of type 'template'.
When rendered, some variables are exposed to the resolution context and can be used inside the tag:
<table> <tbody> <nxu:inputList value="#{field_0}" id="#{widget.id}_table" model="model" rendered="#{not empty field_0}"> <nxl:subWidget> <tr> <td class="labelColumn"> <h:outputText value="#{messages[widget.label]}" styleClass="labelColumn" /> </td> <td class="fieldColumn"> <nxl:widget widget="#{widget}" mode="#{widget.mode}" value="#{model.rowData}" /> </td> </tr> </nxl:subWidget> </nxu:inputList> </tbody> </table>
Name | Required | Type | Description | No Attributes Defined. |
---|
Output generated by Vdldoc View Declaration Language Documentation Generator.