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:
- Open the Bindings panel (Window > Bindings).
- Click the Plus (+) button and select Request Variable from the pop-up menu.
- Enter the name of the variable.
- Click OK.
The JSP server variable appears in the Bindings panel.
Related topics:
- Defining URL parameters
- Adding Dynamic Content to Web Pages