10. Trinidad Core Tag Reference
Contents > Trinidad Core Tag Reference > tr:subform
tr:subform |
|
The tr:subform tag allows part of the page to be submitted. A component inside the subform must submit the page.
Example
<tr:subform></tr:subform>
HTML Output
<form id="_id2" name="_id2" method="POST" onkeypress="return _submitOnEnter(event,'_id2');" action="/subform.jsf"><input type="hidden" name="org.apache.myfaces.trinidad.faces.FORM">
...
</form>
|
Tag Attributes
| attributeChangeListener |
Text |
| |
| The attributeChangeListener attribute contains the reference to a method that is invoked when the renderer changes a property without the application’s request. |
| binding |
Expression |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| default |
Boolean |
| |
| The default attribute is a boolean flag that when set to "true" indicates that no subform has been submitted. |
| id |
Text |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| rendered |
Boolean |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
|