<setting>

Used in Model-Glue XML fragments to define additional settings and by legacy Model-Glue 1.x applications to define settings.

 

This tag is largely unused in Model-Glue 2.0+!  

 

Special Behavior

A setting tag with a NAME attribute value of "viewMappings" will append its value to the list of existing viewMappings.

 

A setting tag with a NAME attribute value of "beanMappings" will (ColdSpring) load the file defined into the BeanFactory or (ChiliBeans) append its value to the list of existing beanMappings.

 

All other settings are simply set.

Attributes

  1. Name (Required) - The name of the setting to set

  2. Value (Required) - The value of the setting

 

Child Tags

None