Tag reference sheet
Tag library reference for the following tag libraries:
- Tobago Sandbox (tobago-sandbox.tld) - uri: http://myfaces.apache.org/tobago/sandbox
Tobago Sandbox
<b>Tobago Framework Sandbox Tag Library - (C) Copyright 2002-2008 The Apache Software Foundation</b> <b>Warning: The sandbox tag library contains unstable components. Everything is subject to change without prior notice.</b>
This is version 1.0.
- numberSlider UIComponentClass: org
- tx_wizard Extended tag: org
- wizard Renders a fexible Wizard
- wizardCancel Extended tag: org
- wizardFinish Extended tag: org
- wizardNext Extended tag: org
- wizardPrevious Extended tag: org
- wizardTrain Extended tag: org
Required attributes are marked with a *
<tcs:numberSlider>
<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIInputNumberSlider</p><p><b>RendererType: </b>InputNumberSlider</p>
Can contain: JSP
Attributes
| Name | Description | Type |
|---|---|---|
| binding | The value binding expression linking this component to a property in a backing bean. | String |
| disabled | Flag indicating that this element is disabled. | String |
| id | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. | String |
| max | The maximum integer that can be entered and which represents the rigth border of the slider. | String |
| min | The minimum integer that can be entered and which represents the left border of the slider. | String |
| readonly | Flag indicating that this component will prohibit changes by the user. | String |
| rendered | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. | String |
| value | The current value of this component. | String |
| valueChangeListener | MethodBinding representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void. | String |
<tcs:tx_wizard>
<p><b>Extended tag: </b>org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag</p>
Can contain: JSP
Attributes
| Name | Description | Type |
|---|---|---|
| allowJumpForward | String | |
| controller* | String | |
| outcome | String | |
| title | String |
<tcs:wizard>
Renders a fexible Wizard.<p><b>UIComponentClass: </b>org.apache.myfaces.tobago.component.UIWizard</p><p><b>RendererType: </b>Wizard</p>
Can contain: JSP
Attributes
| Name | Description | Type |
|---|---|---|
| allowJumpForward | Is a jump forward to folling pages allowed? | String |
| binding | The value binding expression linking this component to a property in a backing bean. | String |
| controller* | String | |
| id | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. | String |
| outcome* | Outcome to navigate to this page. | String |
| rendered | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. | String |
| title | Title of this page | String |
| var* | Name of a request-scope attribute under which the model data will be exposed. | String |
<tcs:wizardCancel>
<p><b>Extended tag: </b>org.apache.myfaces.tobago.taglib.sandbox.WizardCancelTag</p>
Can contain: JSP
Attributes
| Name | Description | Type |
|---|---|---|
| action | String | |
| label | String | |
| wizard* | String |
<tcs:wizardFinish>
<p><b>Extended tag: </b>org.apache.myfaces.tobago.taglib.sandbox.WizardFinishTag</p>
Can contain: JSP
Attributes
| Name | Description | Type |
|---|---|---|
| action | String | |
| label | String | |
| wizard* | String |
<tcs:wizardNext>
<p><b>Extended tag: </b>org.apache.myfaces.tobago.taglib.sandbox.WizardNextTag</p>
Can contain: JSP
Attributes
| Name | Description | Type |
|---|---|---|
| action | String | |
| label | String | |
| wizard* | String |
<tcs:wizardPrevious>
<p><b>Extended tag: </b>org.apache.myfaces.tobago.taglib.sandbox.WizardPreviousTag</p>
Can contain: JSP
Attributes
| Name | Description | Type |
|---|---|---|
| label | String | |
| wizard* | String |
<tcs:wizardTrain>
<p><b>Extended tag: </b>org.apache.myfaces.tobago.taglib.sandbox.WizardTrainTag</p>
Can contain: JSP
Attributes
| Name | Description | Type |
|---|---|---|
| controller* | String | |
| wizard* | String |