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.
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
JavaServer Pages (JSP) technology
Custom tag libraries
Related tasks
Adding Struts tags to a JSP file
Editing JSP files
Creating JSP files
Adding custom JSP tags