Designer 10.15 | webMethods CAF and OpenUI Development | Getting Started with webMethods OpenUI Shell Page Development | Modifying an OpenUI Shell Login Page
 
Modifying an OpenUI Shell Login Page
Use the following procedure to modify an OpenUI Shell login page.
*To modify a login page
1. Create an OpenUI Shell page project. For more information about how to create a project, see  Creating an OpenUI Shell Page Project.
2. In the Page Options wizard, specify values for the following fields:
Field
Description and Value
Page purpose
The purpose of the page. Select Login page.
Filename
The file name of the xhtml page that Designer generates. Specify a simple file name, for example WebContent/login1.xhtml, or a unique path in the project, for example WebContent/folder1/login.xhtml. The default value is WebContent/login.xhtml.
Initial content
The initial content of the page. Select one of the following options:
*Default custom login page templates, if the default templates are enabled on the Preferences > Software AG > UI Development > Templates page. Values are:
*login_inline
*login_default
*Any user-created custom page templates with a login context that are enabled on the Templates page.
*Pre-defined shell page options. Values are:
*Simple login page
Use current resource - Specifies whether to render the current resource using the default renderer. The option is selected by default. If you clear the option, Designer creates a simple page including a form, username input, password input, and submit button.
Parent shell alias
The alias of the parent shell to use for creating your OpenUI shell. Select one of the following shells, or type the alias of another existing shell:
*shell.blank
*shell.noodle
*shell.noodle.guest - This is the default value.
The OpenUI shell initially inherits all properties of the parent shell. You can replace any inherited property with a new, custom property.
Note:
If you do not specify a value for an option, Designer creates the page with the default value for the option.
Related Topics