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.

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 zhooz...@yahoo.com wrote: Hi, Is there some kind of pageable tree class in Wicket, or I have to break up my tree to

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

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=647167r2=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

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

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

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(HibernateDataProviderT).size() line: 68

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

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 lgaw...@apache.org: 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