|
The object/property
becomes the name and property attributes, respectively, of the Struts logic
tags, the property being optional. Example implementation is shown below
<logic:xxxxx
name="orderDetail" property="product"
value="true" scope="page"/>
xxxx would represent
a logic type; See table in the overview section of behavior-logic descriptor.
|