<#Frame> <#WEBindDisplayGroup var:displayGroup="dg" var:queryDictionary="context.commonQD" selectionKey="name" numberOfObjectsPerBatch="3" /> <#WETableView var:displayGroup="dg" var:item="item" cellpadding="2" border="1"> <#WETableData title="Name" var:value="item.name"/> <#WETableData title="Firstname" var:value="item.firstname"/> <#WETableData title="Mobile" var:value="item.mobile"/>
<#WEBatchPager var:displayGroup="dg" var:queryDictionary="context.commonQD" titleLabel="Batch through %(count)i item(s) ..." buttonLabel="Batch %(currentBatchIndex)i of %(batchCount)s" style="float: left; width: 30%;" > <#WETableView id="tv2" var:displayGroup="dg" var:item="item" var:queryDictionary="context.commonQD" > <#WETableRow> <#WETableData sort="name" title="Name"> <#WOHyperlink directActionName="default" var:queryDictionary="context.commonQD" var:?dg_sel="item.name" var:string="item.name" /> <#WETableData sort="-firstname" title="Firstname" var:value="item.firstname"/> <#WETableData title="Mobile" var:value="item.mobile"/> <#WETableRow> <#WETableData title="Street" >Uniplatz 12 <#WETableData title="City" >Magdeburg <#WETableData title="Country">Germany <#WETableRow> <#WETableData title="Time" var:value="now" colspan="3" />
<#WOConditional var:condition="dg.selectedObject" negate="true"> No object is selected <#WOConditional var:condition="dg.selectedObject">
Name: <#WOString var:value="dg.selectedObject.firstname" /> <#WOString var:value="dg.selectedObject.name" />
Mobile: <#WOString var:value="dg.selectedObject.mobile" />
Object: <#WOString var:value="dg.selectedObject" />