In order to build the login page, you can either use the wizard and do all operations in one place, or construct the page from pieces.
To build the login page from pieces, you must follow the next steps:
Access the server behavior from the Application panel, Server Behaviors -> + -> MX Kollection -> User Login -> Advanced -> Login Transaction.
The user interface has three tabs. Directions about their correct configuration are given below.
To set the dialog box options for the first tab, follow the next steps:
The three buttons in the top right corner of the interface offer you the next functionalities:
· Click OK when you are done configuring the server behavior.
· Click Cancel to exit without the new settings to be applied.
· The Help button takes you to this help page.
These buttons appear on all three interfaces of the Login Transaction server behavior.
The Username drop-down allows you to select the field containing the user name among all the text field elements in the page.
The Password drop-down menu lists only the password type fields in the page's form.
The Remember me drop-down menu lists all fields of type checkbox.
Click on the Advanced tab to continue with configuring the server behavior.
To set the dialog box options for the third tab, follow the next steps:
In the Transaction name text box enter an appropriate name for the transaction making sure it is unique on the page. By default, MX Kollection 3 assigns unique names to each transaction, and this setting should not be changed, unless you really know what you are doing.
Click on the OK button to add the server behavior A server behavior is a reusable component for server-side development. They add blocks of code to your pages for accomplishing specific tasks. Dreamweaver comes with several default server behaviors and the InterAKT extensions add many more to this list. into the page.
Note: If you use this server behavior on the ColdFusion server model, a file named Application.cfm will be automatically generated in the site root folder. Do not delete this file, as it contains settings related to session variables used by the server behavior and the current application. If you remove this file or modify it, application pages that use sessions will not function properly.
Related Topics
|
Brad
Newman
|
If your login isn't working, and you followed the four steps at the top. Try this modified version of those four steps. I think it will help point out something's that are included in the document, but may be over looked if not read carefully. Here are the NEW four steps:
I hope this help someone! Cheers |