RE: RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread CONNER, BRENDAN \(SBCSI\)
gt; > -Message d'origine- > De : Sean Schofield [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 21 juillet 2005 16:12 > À : MyFaces Discussion > Objet : Re: commandLink and onClick javascript popup window problem > > I think your problem is that you are opening the window with

RE : RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread Clément Maignien
Thanks Sławek, I'll try it as soon as I can. Thanks again for your help ;) Clément -Message d'origine- De : Slawek [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 juillet 2005 11:33 À : MyFaces Discussion Objet : Re: RE : commandLink and onClick javascript popup window probl

Re: RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread Slawek
05 16:12 À : MyFaces Discussion Objet : Re: commandLink and onClick javascript popup window problem I think your problem is that you are opening the window with an *onclick* javascript even. This has nothing to do with the JSF lifecycle. The regular commandLink approach (without using onclick) wor

RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread Clément Maignien
in my application. Thanks for the contribution ;) Clément -Message d'origine- De : Sean Schofield [mailto:[EMAIL PROTECTED] Envoyé : jeudi 21 juillet 2005 16:12 À : MyFaces Discussion Objet : Re: commandLink and onClick javascript popup window problem I think your problem is th

Re: RE : commandLink and onClick javascript popup window problem

2005-07-21 Thread Slawek
ean Schofield [mailto:[EMAIL PROTECTED] Envoyé : jeudi 21 juillet 2005 16:12 À : MyFaces Discussion Objet : Re: commandLink and onClick javascript popup window problem I think your problem is that you are opening the window with an *onclick* javascript even. This has nothing to do with the JSF l

RE: RE : RE : commandLink and onClick javascript popup window problem

2005-07-21 Thread CONNER, BRENDAN \(SBCSI\)
a similar small example), it would be much appreciated. - Brendan -Original Message- From: Clément Maignien [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 10:07 AM To: MyFaces Discussion; Bruno Aranda Subject: RE : RE : commandLink and onClick javascript popup window problem Yes

RE : RE : commandLink and onClick javascript popup window problem

2005-07-21 Thread Clément Maignien
backing bean values are not the update ones. Thanks for your help ;) -Message d'origine- De : Bruno Aranda [mailto:[EMAIL PROTECTED] Envoyé : jeudi 21 juillet 2005 16:42 À : MyFaces Discussion Objet : Re: RE : commandLink and onClick javascript popup window problem There is a comp

Re: RE : commandLink and onClick javascript popup window problem

2005-07-21 Thread Bruno Aranda
e to open a popup window (with or without > javascript) to display my detailed informations ? if yes, how ? > > Thanks. > > -Message d'origine- > De: Sean Schofield [mailto:[EMAIL PROTECTED] > Envoyé: jeudi 21 juillet 2005 16:12 > À: MyFaces Discussion > Ob

RE : commandLink and onClick javascript popup window problem

2005-07-21 Thread Clément Maignien
PROTECTED] Envoyé : jeudi 21 juillet 2005 16:12 À : MyFaces Discussion Objet : Re: commandLink and onClick javascript popup window problem I think your problem is that you are opening the window with an *onclick* javascript even. This has nothing to do with the JSF lifecycle. The regular c

Re: commandLink and onClick javascript popup window problem

2005-07-21 Thread Sean Schofield
I think your problem is that you are opening the window with an *onclick* javascript even. This has nothing to do with the JSF lifecycle. The regular commandLink approach (without using onclick) works because you post back (via a form) to the same page. In your case you are just opening the page