Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-10-27 Thread Matej Knopp
I remember making AjaxTabbedPAnel not versioned couple of days ago, which solved this problem. Still should be done for AjaxFallbackDefaultDataTable. It doesn't make sense to use versioning with ajax components. -Matej Ingram Chen wrote: I found that this issue:

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-10-27 Thread Igor Vaynberg
i dont see why this has to be done on a component level - i thought our ajax request target disabled versioning while it was executing???-igorOn 10/27/06, Matej Knopp [EMAIL PROTECTED] wrote:I remember making AjaxTabbedPAnel not versioned couple of days ago, which solved this problem. Still

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-10-27 Thread Matej Knopp
Yes, but reloading of page means removing / creating children, thus increasing page version. Though the url didn't change. -Matej Igor Vaynberg wrote: i dont see why this has to be done on a component level - i thought our ajax request target disabled versioning while it was executing???

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-10-27 Thread Igor Vaynberg
but when you reload the page it is not an ajax request - so it should be versioned!the ajax urls should not be targetted at a specific page version so it should all work no?-igor On 10/27/06, Matej Knopp [EMAIL PROTECTED] wrote: Yes, but reloading of page means removing / creating children,

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-30 Thread Ingram Chen
I found that this also happend to AjaxFallBackDefaultDataTable... seems nota problem for particular component. Is this bug already fixed in SVN or any work around I can do ? My project is stopped due to this problemOn 8/28/06, Johan Compagner [EMAIL PROTECTED] wrote: can you make a bug report

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-30 Thread Gwyn Evans
On 30/08/06, Ingram Chen [EMAIL PROTECTED] wrote: I found that this also happend to AjaxFallBackDefaultDataTable... seems not a problem for particular component. Is this bug already fixed in SVN or any work around I can do ? My project is stopped due to this problem Well, try a

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-30 Thread Ingram Chen
I found that this issue:http://www.nabble.com/--wicket-Bugs-1549248---ajax-and-versioning-tf2189645.htmlis similar, and I turn off page versioning, it works well. This is enough for my project now. Anyway, Thank your adivse.On 8/30/06, Gwyn Evans [EMAIL PROTECTED] wrote: On 30/08/06, Ingram Chen

[Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-28 Thread Ingram Chen
I upgrade latest 1.2.2 from 1.2.0, but AjaxTabbedPanel is broken undercertain condition:=ERROR - RequestCycle - Cannot remove [MarkupContainer [Component id = 1, page = No Page, path = 1.Loop$LoopItem]] from null parent!java.lang.IllegalStateException: Cannot

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-28 Thread Johan Compagner
can you make a bug report of this?On 8/28/06, Ingram Chen [EMAIL PROTECTED] wrote: I upgrade latest 1.2.2 from 1.2.0, but AjaxTabbedPanel is broken undercertain condition:=ERROR - RequestCycle - Cannot remove [MarkupContainer [Component id = 1, page = No Page,