Re: Change textfield focus on zone update

2012-10-09 Thread nquirynen
// set the focus }); -- View this message in context: http://tapestry.1045711.n5.nabble.com/Change-textfield-focus-on-zone-update-tp5716599p5716721.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubs

Re: Change textfield focus on zone update

2012-10-04 Thread Thomas Jensen
t; > > -Original Message- > > From: Thomas Jensen [mailto:tapes...@tj-development.dk] > > Sent: Wednesday, October 03, 2012 10:14 PM > > To: Tapestry users > > Subject: Re: Change textfield focus on zone update > > > > 2012/10/3 Poder, Ja

Re: Change textfield focus on zone update

2012-10-04 Thread Thomas Jensen
- > From: Thomas Jensen [mailto:tapes...@tj-development.dk] > Sent: Wednesday, October 03, 2012 10:14 PM > To: Tapestry users > Subject: Re: Change textfield focus on zone update > > 2012/10/3 Poder, Jacob > >> There is even a specific method for the purpose, see

RE: Change textfield focus on zone update

2012-10-04 Thread Poder, Jacob
y.OVERRIDE, transactionText.getClientId()); } Best regards, Jacob Poder -Original Message- From: Thomas Jensen [mailto:tapes...@tj-development.dk] Sent: Wednesday, October 03, 2012 10:14 PM To: Tapestry users Subject: Re: Change textfield focus on zone update 2012/10/3 Poder, Jacob > There is ev

Re: Change textfield focus on zone update

2012-10-03 Thread Thomas Jensen
lance.j...@googlemail.com] > Sent: Wednesday, October 03, 2012 9:50 AM > To: users@tapestry.apache.org > Subject: Re: Change textfield focus on zone update > > On second thought... it might be easier to send some javascript to the > client when form 1 is posted via JavaScriptSupport.addSc

RE: Change textfield focus on zone update

2012-10-03 Thread Poder, Jacob
@tapestry.apache.org Subject: Re: Change textfield focus on zone update On second thought... it might be easier to send some javascript to the client when form 1 is posted via JavaScriptSupport.addScript(...) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Change-textfield

Re: Change textfield focus on zone update

2012-10-03 Thread Lance Java
On second thought... it might be easier to send some javascript to the client when form 1 is posted via JavaScriptSupport.addScript(...) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Change-textfield-focus-on-zone-update-tp5716599p5716601.html Sent from the Tapestry

Re: Change textfield focus on zone update

2012-10-03 Thread Lance Java
n(...) for tapestry-jquery. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Change-textfield-focus-on-zone-update-tp5716599p5716600.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Change textfield focus on zone update

2012-10-02 Thread Thomas Jensen
Hi, I have a page, with two zones, which each have a form. Zone 2 is hidden as default and is only shown, when the form in Zone 1 successfully submits. Zone 2 has two textfields and I would like to change focus from the textfield in zone 1 to the first textfield in zone 2, but I can't figure out h