| <jsp:getProperty> | |
|
The <jsp:getProperty> action adds the value of a bean property, converted to a String, to the response generated by the page. Example: <jsp:getProperty name="clock" property="hours" /> | |
| name | String |
| Request-time value accepted: no | |
Mandatory. The name assigned to a bean in one of the JSP scopes. |
|
| property | String |
| Request-time value accepted: no | |
Mandatory. The name of the bean's property to include in the page. |
|