4.6Other graphic items

4.6.1The ErrorMessages tag

Description

The « ErrorMessages » tag allows displaying errors from application and validation errors.

Example

Rendering

output_html_5acec9e4.png


XHTML

Settings

<bluage:ErrorMessages id="Errors" type="application" styleclass="errorText"/>
Screen    activity    diagram

output_html_622f2cda.png

Entities    Diagram

output_html_m77d6915.png

Service    activity    diagram

output_html_438ae3b3.png

Tag attributes: reference

TagErrorMessages
DescriptionIt defines the zone where error messages will be displayed.
Diagram

output_html_m66b71dd2.jpg

Tag attributes: description

AttributeRequiredDescription
IdYItem ID.
TypeY

Allows the values :

  • application : To display errors from application
  • validation:  To display validation errors
  • all : To display both validation errors and errors from application
styleclassNDefines 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

output_html_35480454.png


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    diagramN/A
Entities    DiagramN/A
Service    activity    diagramN/A

Tag attributes: reference

TagKeep
DocumentationSurrounds 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

output_html_29cf4569.jpg

Tag attributes: description

AttributeRequiredDescription
technoYTechnology of the code to keep (JSF, ASPX, …).

BLU AGE is a registered trademark of NETFECTIVE TECHNOLOGY S.A. - Trademarks are property of their respective owners
Do not copy or divulge without written permission