Great call Jana,
I forgot about that. Thanks for the tip.

On 3/7/06, Jana Parvanova <[EMAIL PROTECTED]> wrote:
I think you could change this behaviour by changing
<context-param>
  <param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
  <param-value>true</param-value>
</context-param>

in your web.xml to
<context-param>
  <param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
  <param-value>false</param-value>
</context-param>

----- Original Message -----
From: "Ken McArthur" <[EMAIL PROTECTED]>
To: "MyFaces Discussion" <[email protected]>
Sent: Tuesday, March 07, 2006 5:33 AM
Subject: _javascript_ function getScrolling()


Sometimes I'm returning to the same jsp page after executing an action.
Page is rebuilt fine but position in browser returns to where I was.  Looks
like culprit is _javascript_ function called getScrolling().
Anyone know how to suppress this _javascript_?

I've put into my body tag but load now
flickers.
Page loads positioned at top -> Page scrolls down to getScrolling() position
-> Page returns to top.

Any ideas would be greatly appreciated.


Reply via email to