Portal Control Declaration

When you use WebLogic Workshop to drag and drop a Portal Control onto the Pageflow design view, the following code is automatically placed in the Pageflow controller source:

/**
* @common:control
*/
private com.bea.p13n.controls.login.UserLoginControl myControl;

If you are creating a control in the Page Flow's Source View, or outside of WebLogic Workshop, be sure to include this control declaration in this form.

Related Topics

Adding Portal Controls to Java Page Flows

Control Security

Portal Control Properties

Working with Java Controls