4.6Other graphic items
4.6Other graphic items
4.6.1The ErrorMessages tag
Description
The « ErrorMessages » tag allows displaying errors from application and validation errors.
Example
| Rendering |
|
XHTML Settings | <bluage:ErrorMessages id="Errors" type="application" styleclass="errorText"/> |
| Screen activity diagram |
|
| Entities Diagram |
|
| Service activity diagram |
|
Tag attributes: reference
| Tag | ErrorMessages |
| Description | It defines the zone where error messages will be displayed. |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description |
| Id | Y | Item ID. |
| Type | Y | Allows the values :
|
| styleclass | N | Defines message container style class. |
4.6.2The Keep tag
Description
The « Keep » tag surrounds a part of the page that will not be changed. Such a part will be kept unchanged in the target JSP. This is useful to protect a code piece in a specific technology.
Example
| Rendering |
|
XHTML settings | <bluage:Select id="slc_salutation" (…) <bluage:Keep techno="all"> <![CDATA[ <script language="javascript"> function slc_salutation_focus() { document.ccreate.slc_salutation.focus(); } slc_salutation_focus(); </script> ]]> </bluage:Keep> |
| Screen activity diagram | N/A |
| Entities Diagram | N/A |
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | Keep |
| Documentation | Surrounds a part of the page that will not be changed. Such a part will be kept unchanged in the target JSP. Useful to protect a code piece in a specific technology. |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description |
| techno | Y | Technology of the code to keep (JSF, ASPX, …). |






