InfoCenter Home > 4.2.2.3.5.3a: JSP .91 syntax: Setting bean propertiesYou can set the bean properties by using the <PARAM> tag within the <BEAN> tag. The <PARAM> tag specifies a list of properties and the corresponding values. The properties are automatically set in the bean using introspection. The properties are set once when the bean is instantiated. The <PARAM> tag syntax is: <PARAM name="property_name" value="property_value"> This syntax is an IBM extension to the JSP 0.91 <PARAM> tag. The IBM syntax is consistent with the syntax of the <PARAM> tag used within the <SERVLET> and <APPLET> tags. In addition to using the <param> tag to set bean properties, there are three other methods:
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|