| Action Elements
|
Syntax
|
| useBean Action
|
<jsp:useBean id = "beanName" />
|
| include Action |
<jsp:include page = "url" flush = "boolean" />
|
| setProperty Action
|
<jsp:setProperty name = "beanName" property = "propertyName" %>
|
| getProperty Action
|
<jsp:getProperty name = "beanName" property = "propertyName" %>
|
| forward Action |
<jsp:forward page = "relative url" />
|
| plugin Action |
<jsp:plugin attribute = "value" />
|
|
|