4.2.5 The DynamicText tag
Description
The « DynamicText » tag allows text taken from a database to be displayed.
Example
| Rendering |
|
XHTML settings | <bluage:DynamicText id="dyn_login" tablefield="UserApp.login" instancename="connectedUser" > </bluage:DynamicText> |
| Screen activity diagram |
|
| Entities Diagram |
|
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | DynamicText |
| Description | Dynamic text zone. The value is usually taken from an object attribute |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description |
| id | Y | Item’s ID |
| tablefield | Y | Shows the class and the field bound to the component. |
| instancename | N | Object instance name. |
| scope | N | Instance scope: request (default value) or session. |


