Editing JSP tag parameters

You can add or edit jsp:param actions for jsp:include, jsp:forward, and jsp:plugin tags using the Properties view. You can also set the flush attribute for the jsp:include tag in the Properties view.

Create a Web page, selecting JSP in the Template list.

To edit these attributes:

  1. Select the JSP tag that you want to add to or edit parameters.

  2. If the Properties view is not already open, right-click and select

    Properties from the pop-up menu.

  3. In the Properties view, select the

    Parameters tab.

  4. Click

    Add, and type the

    Name and

    Value of the parameter in the table.

  5. You can look at the Source page in the editor to verify that the parameter has been inserted.

 

Related concepts

JSP technology

Custom tag libraries

 

Related tasks

Editing JSP files

Creating Web pages

Adding custom JSP tags