Mariano, setting to 'true' the context parameter
'org.apache.myfaces.AUTO_SCROLL' in your web.xml file should resolve
your problem.
<context-param>
<param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
<param-value>true</param-value>
<description>
If true, a javascript function will be rendered that is
able to restore the
former vertical scroll on every request. Convenient
feature if you have pages
with long lists and you do not want the browser page to
always jump to the top
if you trigger a link or button action that stays on the same page.
Default: "false"
</description>
</context-param>
Regards,
Bruno
2005/6/29, Mariano Petrakovsky <[EMAIL PROTECTED]>:
>
> I'm using the valueChangeListener property in an InputText.
>
> When the listener is called, all work fine, but when do the
> renderResponse... the html page loose the scrolling state, it's back to top.
> :(...
>
> How resolve this? :) thanxs!
>
> --
> Mariano G. Petrakovsky
> Programmer · Software Factory
> AXG Tecnonexo - www.tecnonexo.com
>
> Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires ·
> Argentina.
> Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065.
>
> Headquarters: 1604 Spring Hill Road, Suite 160 Vienna · VA 22182 · USA.
> Tel.: (202) 986-7541 - Fax: (202) 787-3891.
>
> · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
> · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
> · · · ·
>
>