Component BEANPROPERTYSETTER

Overview

The BEANPROPERTYSETTER component is an invisible, server side component. It allows to set a certain value (attribute VALUE) into a certain property (attribute PROPERTY) of your server side bean.

If using the component, please pay attention that this component is executed within the normal request processing phase model - at the point of time in which the layout is rendered to be responded to the client. The corresponding transfer of the value into the property is executed during the render-phase!

Attribute summary

Typically used attributes

All attributes are

General attributes are

Positioning

Used inside: BEANPROCESSING

Attribute details

attributemacro

Name of macro that is used for generating certain attributes of this component. Please pay attention: the value of this attribute is read one time for each control and cannot be changed afterwards.

comment

Comment that can be asigned to any component. The comment is not operationally used.

Any textAny text

configinfo

Configuration information that is attached to this component. This information is not functionally used by CaptainCasa, but may be used for any application specific purpose.

onlyonce

property

reference

Reference to an outside object that is the content behind the component. E.g. a field is representing a certain field of a database table: in this case you could define the value table;column. The reference plays a siginficant role within the attributemacro management.

refOne reference
ref1;ref2Two references
ref1;ref2;ref3Three references

value

Data value that is shown and (dependent from the component type) edited inside the component.