Skip to main content
Skip table of contents

"Reload" Action

The Reload action is created via the <ReloadAction/> element within <Actions>. The Reload action is used to periodically reload the properties of a component (via the Technical Process specified in process ) or to trigger a navigation (specified via componentName).

Periodic reloading of data can cause a heavy load and should only be used in rare cases.

The <ReloadAction/> element can have the following attributes:

Attribute

Description

componentName

Name of the component to navigate to at the end of the action.

Required if the process attribute has not been set.

Possible values: Any string

enabled

Controls whether the reload is started intermittently or not.

  • Data binding (Boolean) is possible

Possible values: true/false or expression for data binding

process

Path to the .wrf file. The Technical Process must be in the Services/Processes folder. Path information relative to the Resources folder.

Required if the componentName attribute has not been set.

Possible values: String (URI)

refreshTime

Time to reload in seconds

Possible values: Any integer

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.