From: "Allen James" <[EMAIL PROTECTED]> Reply-To: [email protected] To: [email protected] Subject: [Wicket-user] Issue with AJAX and InternalFrame Date: Wed, 25 Oct 2006 08:24:43 -0500I'm having issues when using AJAX behaviour on a web page that has an internal frame with AJAX behaviour. Basically I have a search form on a page, and an InternalFrame display an AjaxFallbackDefaultDataTable displaying the results in an InternalFrame. The search area changes aDropDownChoices selections based upon a checkbox being clicked or not. WhenI first view the page, there is no problem I can sort the table (all thoughthere are no rows) and click the checkbox and all the AJAX calls go through.If I submit the form however, I run into 2 odd scenarios: 1) I sort the data table then click on the checkbox in the search area. This leads to an error like the following: Cannot remove [MarkupContainer [Component id = 2, page = <No Page>, path = 2.Loop$LoopItem]] from null parent! 2) I click the checkbox after the form submit which works fine and then try to sort the table. This results in a page expiration problem with the InternalFrame as the version number being looked for is 1 higher than what is stored in the PageMap. I've got a sample app I can send that exemplifies the problem. I'm currently using wicket 1.2.2 and java version 1.5.0_08. _________________________________________________________________ Try the next generation of search with Windows Live Search today! http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source=hmtagline ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
_________________________________________________________________Get FREE company branded e-mail accounts and business Web site from Microsoft Office Live http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/ Submit has been clicked: times. Click Here! Link has been clicked: times.
Checkbox has been clicked: times.
HomePage.java
Description: Binary data
InlineApplication.java
Description: Binary data
InlinePage.java
Description: Binary data
Person.java
Description: Binary data
PersonDataProvider.java
Description: Binary data
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
