Re: Redisplay a JSF site after submit with the scrolling state previously used?

2005-11-28 Thread Mike Kienenberger
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 28 November 2005 15:45 > To: MyFaces Discussion > Subject: AW: Redisplay a JSF site after submit with the scrolling state > previously used? > > > Hi! > > > Is there a separate component which supports autoscroll

RE: Redisplay a JSF site after submit with the scrolling state previously used?

2005-11-28 Thread Conway. Fintan \(IT Solutions\)
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 November 2005 15:45 To: MyFaces Discussion Subject: AW: Redisplay a JSF site after submit with the scrolling state previously used? Hi! Is there a separate component which supports autoscrolling to the component which submitted the form? I can

Re: Redisplay a JSF site after submit with the scrolling state previously used?

2005-11-28 Thread Mike Kienenberger
> > > Regards, > Matthias > > > -Ursprüngliche Nachricht- > > Von: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Auftrag > > von Mike Kienenberger > > Gesendet: Montag, 28. November 2005 16:26 > > An: MyFaces Discussion > > Betre

AW: Redisplay a JSF site after submit with the scrolling state previously used?

2005-11-28 Thread Matthias Kahlau
Mike Kienenberger > Gesendet: Montag, 28. November 2005 16:26 > An: MyFaces Discussion > Betreff: Re: Redisplay a JSF site after submit with the scrolling state > previously used? > > > Matthias, > > There's already javascript support in MyFaces for doing "autosc

Re: Redisplay a JSF site after submit with the scrolling state previously used?

2005-11-28 Thread Mike Kienenberger
Matthias, There's already javascript support in MyFaces for doing "autoscrolling." Currently, it always scrolls back to the UICommand component that submitted the form. I've tried to write my own javascript that scrolls it to any arbitrary component on the page, but I don't really know javascrip

Redisplay a JSF site after submit with the scrolling state previously used?

2005-11-26 Thread Matthias Kahlau
Hi! I use a method for valueChangeListeners of selectOneMenu and other multi choice tags. In the valueChangeListeners method, I can set the state of boolean variables, which are used in the JSF site in attributes like disabled and rendered of some tags. A valueChangeListener method is invoked wh