OpenWGA 7.10 - WebTML reference

WebTML tags » url

<tml:url type="login" >

Purpose:

Creates an url to the login page of the current database.

Description:

Creates an url to the login page of the current application and allows the user to login to the domain of that db.

You can also create a URL to the login page of a different application using attribute db to specify this app.

After login the browser will get redirected to the originating page. You can alter that by adding a <tml:param type="url" name="redirect"> into the <tml:url> tag content which contains an alternative redirect URL. This will overwrite the "redirect" URL parameter which determines where to redirect after login.