Setting the Request Variable dialog box options (JSP)

Setting the Request Variable dialog box options (JSP)

This dialog box defines a JSP request variable as a source of dynamic content for the page.

To define a JSP request variable:

  1. Enter the name of the variable.

    The request variable is typically a form or URL parameter. If the parameter was passed by an HTML form, the variable name is the name of the form field or object used to obtain its value.

  2. Click OK.

    The JSP request variable appears in the Bindings panel.

Related topics

  • Defining URL parameters
  • Defining session variables


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