bean:define Tag - is used to define a scripting variable based on the value(s) of the specified bean property.
Tutorial Details:
This tag create a new attribute in the scope as specified and a corresponding scripting variable, both are named by the value of the id attribute.
The corresponding value to which this new attribute (and scripting variable) is set are specified via use of exactly one of the following approaches (trying to use more than one will result in a JspException being thrown).
Specify a name attribute plus optional property and scope attributes The created attribute and scripting variable will be of the type of the retrieved JavaBean property, unless it is a Java primitive type.
Rate Tutorial: http://www.roseindia.net/struts/struts1/bean-define-tag.shtml
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Define Tag:
View Tutorial: Define Tag:
Related
Tutorials:
|