Re: How to re-position scroll bar after reloading the jsf page

2006-11-29 Thread Jeff Bischoff
Is the commandLink on the row you are selecting? So you just want to 
keep it from scrolling to the top.


In this case, either use the tomahawk parameter AUTOSCROLL, or use ajax 
request to update the table. Either way, page will keep original scroll 
position.


Regards,

Jeff Bischoff
Kenneth L Kurz  Associates, Inc.

Maria G.P [Contr] wrote:

Dear All:
I have a page with datatable and the table is within t:div tag.
The data table has command link. Onclick of that link, I am reloading 
the page.
When I reload the page, I would like to show the row that was last 
selected.

But now, it is showing the top of the table.

Can anyone please help me to fix this?

Thanks,

Maria







How to re-position scroll bar after reloading the jsf page

2006-11-28 Thread Maria G.P [Contr]

Dear All:
I have a page with datatable and the table is within t:div tag.
The data table has command link. Onclick of that link, I am reloading the 
page.

When I reload the page, I would like to show the row that was last selected.
But now, it is showing the top of the table.

Can anyone please help me to fix this?

Thanks,

Maria