Hi All!

        I went trough Tapestry in action v3 and found the following piece of
code for table sort......
        Could you please tell me what will be its equivalent in Tapestry 4
beta 6   ????????????

<property-specification name="sortColumn"
type="org.apache.tapestry.vlib.ejb.SortColumn"
persistent="yes">
  @[EMAIL PROTECTED]
</property-specification>

<property-specification name="descending"
type="boolean"
persistent="yes"/>


<component id="sortTitle" type="ColumnSorter">
<binding name="selected" expression="sortColumn"/>
<binding name="sortColumn">
@[EMAIL PROTECTED]
</binding>
<binding name="descending" expression="descending"/>
<binding name="listener" expression="listeners.requery"/>
</component>








Thanks & Regards
-----------------------------
Ananya Goswami
Software Developer

-----------------------------
mail: [EMAIL PROTECTED]
mob: 09886886320
ph: 080-57561000
extn:3720
 

Reply via email to