To create a user interface that allows a user to log on to the system, you add a Logon component to the page. The component must be given a unique identifier so that it can be differentiated from other components.
Logon component onto the logon.jsp page in the visual designer.In this step, you are prompted to add an Identity bean to the Logon component.
To have the page handle user logons, users must be represented in some way so that the system can uniquely identify them. The Identity bean encapsulates all the necessary information required to represent a user and support logging on. You must create an Identity bean and bind it to the Logon component.
identity in the Name field and click Finish.A Logon component now appears in the designer, with a new Identity bean bound to the component. To complete your logon.jsp page, you set a unique identifier for the component.
id attribute to logonFields.| Business Objects http://www.businessobjects.com/ Support services http://www.businessobjects.com/services/support/ |