August 2002
Intermediate to advanced
688 pages
23h
English
<jsp:getProperty>
The <jsp:getProperty>
action adds the value of a bean
property,
converted to a string, to the response generated by the page.
<jsp:getProperty name="beanVariableName" property="propertyName" />
|
Attribute name |
Java type |
Dynamic value accepted |
Description |
|---|---|---|---|
name |
String |
No |
The name assigned to a bean in one of the JSP scopes |
property |
String |
No |
The name of the bean’s property to include in the page |
<jsp:getProperty name="clock" property="hours" />
Read now
Unlock full access