Well I have the same usecase. I am using the approach on the below-mentioned link. Try it..

http://marc2.theaimsgroup.com/?l=myfaces-user&m=113874875226923&w=2

I am not using the datatable's first attribute. I don't know how to make this work with that.

Hope that helps!

Aneesha

On 10/8/06, Titi Wangsa <[EMAIL PROTECTED]> wrote:
i have a session backed list
which gets displayed in a t:dataTable

which works great..

then i use the scroller to display a few items in each page

which works great

however each item in the table can be clicks to
display the details of the item.

on these details page, there is link which points back to the listing page

but once i get back to the listing page, the first page is displayed.
which is not so great.

I've located the problem in the t:dataTable's "first" attribute,
but setting that value to first="#{listStudentst.first}", where
listStudent is a session backed bean, and first is an Integer, results
in the value gets read with the table is rendered.
Which is half of what i need.

The other half is for the table's first attribute to be saved in the
session backed bean.
Which is what is troubling me..
any help?

Reply via email to