Skip to main content
Skip table of contents

Action "Reload"

The action Reload is created via the element <ReloadAction/>  within <Actions>.  The Reload action allows the properties of a component to be periodically reloaded (using a Technical Process specified in process) or a navigation to be triggered (specified using componentName). 

The periodic reloading of data can cause a high load and should only be used in rare cases.

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

Attribute

Description

componentName

Name of the component to be navigated to at the end of the action. 

Required, if the attribute process is not set. 

Possible values: Any string

enabled

Defines whether the reload action is started periodically or not.

  • Data binding (Boolean) possible

Possible values: true/false or expression for data binding

process

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

Required, if the attribute componentName is not set. 

Possible values: String (URI)

refreshTime

Time until the next 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.