Configuring dynamic user interface
Create a dynamic page and register it using the ConfigEngine.
Procedure
- Create a page, give it a unique ID, for example wps.utl and place the Unified Task List portlet on the new page.
- Create the dynamic page template and give it a unique ID. Make sure that this page is set to inherit parent theme in the page options.
- Open a command window or shell interface. z/OS only: Open a UNIX System Services (z/OS UNIX System Services) command prompt.
- Navigate to IBM\WebSphere\wp_profile\ConfigEngine
- Enable the Unified Task List portlet page to launch dynamic pages by running the following
command:
- AIX® Solaris Linux: ./ConfigEngine.sh action-enable-page-as-extension-node-wp.dynamicui.config -DPageUniqueName=wps.utl
- Windows: ConfigEngine.bat action-enable-page-as-extension-node-wp.dynamicui.config -DPageUniqueName=wps.utl
- IBM® i: ConfigEngine.sh action-enable-page-as-extension-node-wp.dynamicui.config -DPageUniqueName=wps.utl
- z/OS®: ./ConfigEngine.sh action-enable-page-as-extension-node-wp.dynamicui.config -DPageUniqueName=wps.utl
Where -DPageUniqueName is the value of the unique ID you previously specified.