SantiagoA wrote: > > I have a mainpage with some inputfields with ajax in, a submitbutton and a > TabbePanel with three panels. > The panels are for output only. > one of the panels holds an Iframe. > > But if the panel with the Iframe is active, means the Tab for the panel > was clicked, none of the ajax above works anymore. With this panel active > an input/change in the mainpage seems to be not recognized. the > onUpdate(AjaxRequestTarget target)-methode of a component of the mainpage > is not reached, like the debugger shows me. >
I tried it and it works fine. Are you using 1.3 beta3? Try my code as attached. http://www.nabble.com/file/p12893436/Home.html Home.html http://www.nabble.com/file/p12893436/Home.java Home.java http://www.nabble.com/file/p12893436/MyPanel1.html MyPanel1.html http://www.nabble.com/file/p12893436/MyPanel1.java MyPanel1.java http://www.nabble.com/file/p12893436/MyPanel2.html MyPanel2.html http://www.nabble.com/file/p12893436/MyPanel2.java MyPanel2.java http://www.nabble.com/file/p12893436/FramedPage.html FramedPage.html http://www.nabble.com/file/p12893436/FramedPage.java FramedPage.java -- View this message in context: http://www.nabble.com/Ajax-Problem-on-Page-with-IFRAME-tf4487902.html#a12893436 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
