Do you have a trh:body or tr:document on the page?
These are (at least for 1.0.1) required for PPR to function.

-- Adam


On 7/20/07, Burghard Britzke <[EMAIL PROTECTED]> wrote:

I am new to trinidad and tried to play a little bit with the <tr:table>.I
enabled table paging with the attribut rows="15" for the <tr:table>
I enabled table sorting with the sortProperty="name" sortable="true" for the
<tr:column>

the controls are shown as expected. but do nothing on click.

I read the FAQ at http://wiki.apache.org/myfaces/FAQ . But
yes I defined the ResourceServlet for the ADF resource mapping in web.xml.
I read the documentation
at http://myfaces.apache.org/trinidad/devguide/table.html .
But it is not clear to me if I have to code an own "underlying table model"
which supports sorting. And (if I have to) how to "underly" it.

has anybody done it?

Reply via email to