dWebSpec Dictionary
CONTEXT: descriptors->behavior-logic->data-source




All Details Standard Only Platform Only
Structured Web info and helpTechnologies
 Home Page
 Product Page
 Download Page
 Feedback
Javascript Tree Menu

Results for:

 behavior-logic.data-source 
Prev  Topic  Next

Source of the logic data; an entry of type {object.property}.

 Struts 1.x  

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.

Prev Next