Re: Problem with multiple commandLinks and IE

2008-08-18 Thread Leonardo Uribe
.elements; > >> for (var i = 0; i < els.length; i++) { > >> } > >> > >> then the element is found. I could not reproduce this behaviour in a > >> simple > >> test file. It would always find the hidden element after it had been > >> added. > >> > >> Since the linkId of the first link is sent together with the linkId of > >> the > >> second link both get executed. > >> > >> Did anyone else encounter this problem? What's the best way to solve > >> this? > >> > >> Thanks, > >> Roland > >> > > > > > > -- > > > > http://www.irian.at > > > > Your JSF powerhouse - > > JSF Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > > > > > -- > View this message in context: > http://www.nabble.com/Problem-with-multiple-commandLinks-and-IE-tp18529824p19026645.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

Re: Problem with multiple commandLinks and IE

2008-08-17 Thread Kiran2k6
the element is found. I could not reproduce this behaviour in a >> simple >> test file. It would always find the hidden element after it had been >> added. >> >> Since the linkId of the first link is sent together with the linkId of >> the >> second link

Re: Problem with multiple commandLinks and IE

2008-07-18 Thread Roland Hammerle
w how they changed it. Thanks again. - Original Message From: Martin Marinschek <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Friday, July 18, 2008 12:33:43 PM Subject: Re: Problem with multiple commandLinks and IE Hi Roland, sounds like a known bug that has been fixed. Which

Re: Problem with multiple commandLinks and IE

2008-07-18 Thread Martin Marinschek
Hi Roland, sounds like a known bug that has been fixed. Which version of MyFaces are you using? regards, Martin On 7/18/08, Roland Hammerle <[EMAIL PROTECTED]> wrote: > Hi there, > > I have a page that contains two commandLinks: > > value="#{msgs.button_export}" > action="#

Problem with multiple commandLinks and IE

2008-07-18 Thread Roland Hammerle
Hi there, I have a page that contains two commandLinks: The first link generates a file on the server that the user can then save with the usual save/open dialog box of IE. The page does not get refreshed. The second link opens a popup window and also causes the parent