Entity (attribute of listing)
From JRapid
The "entity" attribute of a listing specifies the entity from which show the default listing. If listing (attribute of listing) is used, the specified listing from the target entity is referred.
Usage
<listing entity = ENTITY name= NAME title= TITLE />
Example
- Including an element of entity Seller in a panel.
<listing entity="Seller" name="seller" title="Seller"/>
