All I did was create a zone within the parent container and update that, works
fine and saved me from a wasteful outer rerendering.
John
- Original Message -
From: Chris Mylonas
To: Tapestry users
Sent: Thursday, November 14, 2013 7:01 AM
Subject: Re: zone containing a
Hi John,
I had a similar update zone problem with the tree element, but because of
my left hand tree, right hand update got around it by vertical-align in css
for the tree side.
If you are using jquery, the scrollTop might help.
http://stackoverflow.com/questions/14886038/get-scroll-position-usin
I have a zone that contains a scrollable div with a long list of links inside
it. After the users scrolls down the list and picks one of the actionlinks at
the bottom, the zone refresh moves the view back to the top so the user can't
see what they picked.
Is there a way to ensure that the scrol