reset password
Author Message
mbhatt
Posts: 14
Posted 19:15 May 04, 2009 |

here is the code which i wrote for paging...

 

<display:table name="blogs"  uid="blog" requestURI="viewBlogs.html" pagesize="2" class="viewtable">
<display:column property="title" sortable="true" title="Title"/>
<display:column property="owner.firstName" sortable="true" title="Owner Name"/>
<display:column property="lastEntry.date.time" sortable="true" title="Last Entry Date"/>
</display:table>

and paging works ..but it does not  display properly...i.e title are not displayed and even css style "viewtable" does not give any effect

Attachments:
mbhatt
Posts: 14
Posted 22:19 May 04, 2009 |

Its ok the problem solved...