Hi all, i've a sheet "A" which is sortable and has more than one page. I've also a sheet "B" which should observe all changes on sheet A and changes itself. To notice changes in sheet "A" i am using the stateChangeListener and sortActionListener methods. The problem is that if in tobago-config.xml ajax-enabled is true, then sheet "B" will not be reloaded so the changes are not visible.
How can i solve this problem? Does anyone have some suggestions? tobago-config.xml: <tobago-config> ... <ajax-enabled>true</ajax-enabled> </tobago-config> kind regards Adam A. Henne

