Defining JSP server variables

Defining JSP server variables

You can define a request variable as a source of dynamic content for JSP pages.

To define a request variable for a JSP page:

  1. Open the Bindings panel (Window > Bindings).
  2. Click the Plus (+) button and select Request Variable from the pop-up menu.
  3. Enter the name of the variable.
  4. Click OK.

    The JSP server variable appears in the Bindings panel.

Related topics:

  • Defining URL parameters
  • Adding Dynamic Content to Web Pages


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly