Inserting a scripting element

StepsTo insert a scripting element in a JSP page:

  1. Open a JSP page, select the Page tab, and right-click in the Script editor.

  2. From the pop-up menu, select New Script>Server>JSP and then the delimiters for the type of scripting element you want.

    Shown are the pop up menu in the Script editor and the selected options selected for New Script, then Server, then JSP. The submenu for J S P shows three choices of delimiter, < % . . . % >, < % = . . . % >, and < % ! . . . % >.
  3. Type the script, expression, or declaration in the Script editor.