I am trying to sort on a column in a contrib table. My table
definition is as follows:
<table class="TapTable" jwcid="[EMAIL PROTECTED]:Table"
source="ognl:page.allCompanies"
columns="=companyName, appCount, assessmentCount,
inprogressAssessments, compliantCount"
rowsClass="ognl:beans.evenOdd.next" pageSize="20">
</table>
<span jwcid="[EMAIL PROTECTED]">
<span jwcid="nameLink">
<span jwcid="nameText"/>
</span>
</span>
Where I want to sort by companyName. When I have the '=' in front of
companyName I end up getting a noSuchPropertyException for
companyName. If I do not include the '=' then the page works fine,
along with sorting when click the header. Does anyone have an idea of
what I'm doing wrong. Thanks,
--
~chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]