IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Creating a page state

About this task

A page state is a state that is bound to a page. You can use the page state to gather information through the XUI created web interface. Widgets such as the link widget or the button widget are used to transfer a page state to other states. To navigate to other states from a page state, you must bind the widgets to an event.

Procedure

To create a page state, do the following steps:

  1. In the Enterprise Explorer pane, double-click the transaction file that you want to edit to open the transaction file in the Transaction editor.
  2. In the Transaction editor, click the Processor tab.
  3. In the Palette pane, click Page.
  4. In the Processor tab of the Transaction editor, click on the area at which you want to place the Page state icon The page state icon.. If you want to change the location of the Page state icon in the Processor tab, drag and drop the Page state icon to the desired location
  5. Click the Page state icon in the Processor tab.
  6. In the Properties tab of the Page state, click the General tab.
  7. In the Page field of the General tab, click the Browse icon The Browse icon. The Select Page window displays.
  8. In the Select Page window, select the JSP file that you want to be displayed in the browser for the page state that you are configuring. Click OK.
  9. In the Events panel of the General tab, click the Add icon to add an event to the page state so that the next state in the transaction flow can be navigated to.


Feedback