Has anyone ran into this before. Still trying to figure out what I might be doing wrong.
Thanks... On 1/18/06, Chris Chiappone <[EMAIL PROTECTED]> wrote: > 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 > -- ~chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
