Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:publishValue

f:com.ibm.xsp.BaseComplexType
   xp:simpleActionInterface
      xp:publishValue

Description

Publishes a value to property broker.

Properties

Java

Java Class: com.ibm.xsp.actions.client.ComponentPublishPropertyAction


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
name, string
Property Name
Specifies the property name to be published.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
value, generic
Property Value
The property value to be published.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
type, string
Property Type
The property type. An empty type means a regular string (text)
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true