Re: weird stuff with TreeTable

2010-10-21 Thread ChrisStrem
I had exactly the same problem. Your solution worked, but did you get any further information? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/weird-stuff-with-TreeTable-tp1885401p3005112.html Sent from the Users forum mailing list archive at Nabble.com

weird stuff with TreeTable

2009-07-12 Thread Eyal Golan
Hello, I am having something very strange in my TreeTable. I've put the tree in a Dynamic Wizard Step. When I get to that step (which is the summary), the columns gets wider and wider. After looking at Firebug, I've noticed that the width of the header is increasing: div class=wicket-tree-table

Re: weird stuff with TreeTable

2009-07-12 Thread Eyal Golan
Below are the columns I add: treeColumns.add(new CustomPropertyTreeColumn(new ColumnLocation(Alignment.MIDDLE, 100, Unit.PROPORTIONAL), new ResourceModel(purge.wizard.analyzeDocumentsStep.treeTable.header), userObject.displayName)); treeColumns.add(new

Re: weird stuff with TreeTable

2009-07-12 Thread Eyal Golan
What I did, and for now it's working, is override one of the js functions:Wicket.TreeTable.attachUpdate It does nothing now. Wicket.TreeTable.attachUpdate = function(treeTableId) { //// get the object that contains ids of elements on which the update method was already attached //var