Re: bug: iframe get request done 2x after ajax change in IE

2008-01-03 Thread Tom Desmet
Hi, Thank you for looking into this ... The jira issue is created. https://issues.apache.org/jira/browse/WICKET-1257 Matej Knopp-2 wrote: > > Can you please create a jira issue with this? I have to test first if > the fix doesn't break other things. > > -Matej > > On Jan 3, 2008 3:48 PM, To

Re: bug: iframe get request done 2x after ajax change in IE

2008-01-03 Thread Matej Knopp
Can you please create a jira issue with this? I have to test first if the fix doesn't break other things. -Matej On Jan 3, 2008 3:48 PM, Tom Desmet <[EMAIL PROTECTED]> wrote: > > We have a page that has an iframe and an ajax button. > When the ajax button is clicked, the iframe is replaced by a n

bug: iframe get request done 2x after ajax change in IE

2008-01-03 Thread Tom Desmet
We have a page that has an iframe and an ajax button. When the ajax button is clicked, the iframe is replaced by a new iframe with specific src. We have encountered the phenomenon where the iframe src is requested two times to the server after the button gets clicked. After some debugging, the