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:
- Select the JSP tag that you want to add to or edit parameters.
- If the Properties view is not already open, right-click and select
Properties from the pop-up menu.
- In the Properties view, select the
Parameters tab.
- Click
Add, and type the
Name and
Value of the parameter in the table.
- You can look at the Source page in the editor to verify that the parameter has been inserted.
Related concepts
Related tasks