Skip to main content
Skip table of contents

Declaring a Web App Definition

Web applications are structured hierarchically:

The web application and the modules available in the application with their respective access rights are declared in the .wad Web App definition. The individual components with their respective layout and available controls are described within the respective component and referenced in the Web App definition.

When declaring .wad files, the file is automatically validated. Thus, possible sources of errors can be reduced already during the creation of web applications.

The root element of the .wad file is <WebApp>. The element contains all other elements of the Web App. Attributes control the appearance and behavior of the Web App.

Possible attributes

AttributeDescription
path

Required. Path to the Web App. Is displayed in the address bar of the browser. Must be unique for each Web App project.

Possible values: String consisting of alphanumeric characters (no umlauts, dots, etc.)

The path is part of the URL that is used to access the Web App via the browser. The name of the Web App is used as the default value for the path attribute. However, the path can contain any string consisting of alphanumeric characters. If the Web App project is renamed, the path attribute is not adjusted and the Web App can still be accessed using the previous URL.

The path specifications for the project, the modules and the components (path attribute) can be used to navigate within the web application.

JavaScript errors detected

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

If this problem persists, please contact our support.