Fabrizio,

Could you check if the 'sortable' class is assigned to all th's when doing
the following:

    <table:table name="list" requestURI="browse.action" pagesize="10"
sort="list"
 
decorator="com.intrasoft.sysaudit.epm.EpmTableDecorator">
        <table:column property="qualifier" title="QUALIFIER" sortable="true"
styleClass="sortable" />
        <table:column property="unit.dg.code" title="DG" sortable="true"
styleClass="sortable" />
        <table:column property="unit.code" title="UNIT" sortable="true"
styleClass="sortable" />
        <table:column property="auditType.name" title="AUDIT TYPE"
sortable="true" styleClass="sortable" />
        <table:column property="status" title="STATUS" sortable="true"
styleClass="sortable" />
        <table:column property="actions" title="OPTIONS"
headerStyleClass="actions" styleClass="actions"  />

        <table:setProperty name="paging.banner.item_name" value="EPM" />
        <table:setProperty name="paging.banner.items_name" value="EPM's" />
    </table:table>

It doesn't seem to work for me, or am I doing something wrong?

Thanks,
Mathias Bogaert


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to