Re: [Wicket-user] Refreshing problem with ajax component

2006-10-11 Thread Marc-Andre Houle
I've try to make a simple application with the same problem and it just work. So right now, I'm thinking the problem is in our application finally.The problem is solved by seting versionning to false, but I don't think it is really the good solution. I mean, it work, but it does not tell why it

Re: [Wicket-user] Refreshing problem with ajax component

2006-10-10 Thread Marc-Andre Houle
I'll have to make some test but it seem's a good path to follow, I'll check for that...thanks.MarcOn 10/6/06, Johan Compagner [EMAIL PROTECTED] wrote:that click on an item is an ajax request?That shouldnt make a page version as far as i know If you have a simple example please make a bug report

Re: [Wicket-user] Refreshing problem with ajax component

2006-10-10 Thread Marc-Andre Houle
The click is made on an object of the ajax tree and it is an ajax call.Setting versionning to false work, only if it is set to the page.I'll try to make a reproductible page containing the problem. Another question I may ask about refresh is : What is happening during a refresh. Somthing I want to

Re: [Wicket-user] Refreshing problem with ajax component

2006-10-10 Thread Matej Knopp
Anyway, there were couple of fixes concerning partial refresh of tree, you might consider trying a current snapshot of 1.2. -Matej Marc-Andre Houle wrote: The click is made on an object of the ajax tree and it is an ajax call. Setting versionning to false work, only if it is set to the

Re: [Wicket-user] Refreshing problem with ajax component

2006-10-06 Thread Johan Compagner
that click on an item is an ajax request?That shouldnt make a page version as far as i knowIf you have a simple example please make a bug report .you should call: page.setVersioned(false)if you don't want that page to be versioned. Or better if you disable versioning on the tree

[Wicket-user] Refreshing problem with ajax component

2006-10-05 Thread Marc-Andre Houle
It seem's that I have a problem in my application similar to those one : http://www.nabble.com/AjaxTabbedPanel-is-broken-%28wicket-1.2.2%29-tf2176204.html#a6016987 https://sourceforge.net/tracker/?func=detailatid=684975aid=1549248group_id=119783 My problem look like this : I open a page and load