Re: DataTable queries data provider for record count TWICE

2009-01-31 Thread Igor Vaynberg
please open a bug report in jira. -igor 2009/1/31 Leszek Gawron : > I lately switched to wicket 1.4. Suddenly my database gets hit 3 times: > twice for size and once for actual data. > > The stacktraces are: > >> Thread [btpool0-0] (Suspended (breakpoint at line 68 in >> HibernateDataProvider)) >

Re: DataTable queries data provider for record count TWICE

2009-01-31 Thread Leszek Gawron
Leszek Gawron wrote: I lately switched to wicket 1.4. Suddenly my database gets hit 3 times: twice for size and once for actual data. It gets even worse: one size() query gets executed even BEFORE new filter form values get propagated to filter model: If I enter some search criteria into dat

DataTable queries data provider for record count TWICE

2009-01-31 Thread Leszek Gawron
I lately switched to wicket 1.4. Suddenly my database gets hit 3 times: twice for size and once for actual data. The stacktraces are: Thread [btpool0-0] (Suspended (breakpoint at line 68 in HibernateDataProvider)) ReferralsDataProvider(HibernateDataProvider).size() line: 68

Re: Google Adsense.

2009-01-31 Thread Xhelas
I have no problem with this using wicket 1.4.rc1. And i never had problem using previous versions. Regards Alexandre ej595 wrote: > > Hi all, > im not sure if anyone else has any experience of using google adsense > within your wicket html, but i seem to be finding that it interferes with > the

Google Adsense.

2009-01-31 Thread ej595
Hi all, im not sure if anyone else has any experience of using google adsense within your wicket html, but i seem to be finding that it interferes with the rendering of the wicket pages. By that i mean, if i include the adsense code in the html, when wicket renders the page i get this intermittent

Re: Feedback Panel

2009-01-31 Thread Daniel Ferreira Castro
found this... http://fisheye6.atlassian.com/browse/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/panel/FeedbackPanel.html?r1=647167&r2=709216 I had to update the html file inside the jar to be able to customize the error messages. On Fri, Jan 30, 2009 at 9:34 PM, Daniel Ferreira

Re: Pageable tree?

2009-01-31 Thread Matej Knopp
The whole purpose of tree is to structure your data in way that doesn't need paging. I never really got the concept of pageable tree. How do you know what level you are on second page when your root is on first page? -Matej On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst wrote: > The inmethod

Re: Pageable tree?

2009-01-31 Thread Martijn Dashorst
The inmethod packages might contains such a thing, but I doubt it. See wicketstuff svn for the inmethod components. Martijn On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi wrote: > > Hi, > > Is there some kind of pageable tree class in Wicket, or I have to break up > my tree to several smaller tr

wicket Yui Menu Orientation

2009-01-31 Thread Karen Schaper
Hi, Not sure if this is the correct list... Is anyway using the wicketstuff yui to build a menu? import org.wicketstuff.yui.markup.html.menu2.YuiMenuBar; In IE7 the menus are defaulting to horizontal but in IE6 the menus are vertical. I would like them to be horizontal everywhere. Any