JavaScript at the bottom of the page

2009-11-12 Thread Alex Parvulescu
hello, I am looking at a thing that is common for most web development performance-improving efforts: JavaScript at the bottom of the page. The head merge features of the framework are very nice, but is there anything that can help me with inserting the scripts at the bottom? Anybody working on

Re: wicket-spring classpath issue

2009-02-25 Thread Alex Parvulescu
instead of just dropping the WAR in place. If you're like me, the memory allocated to the JVM is in the hundreds of megs, so an additional few megs in the WARs is simply not worth the effort. jk On Tue, Feb 24, 2009 at 04:00:58PM +0200, Alex Parvulescu wrote: Hello, I have a problem

wicket-spring classpath issue

2009-02-24 Thread Alex Parvulescu
Hello, I have a problem with the wicket - spring integration in wicket 1.4 rc2 , i think its similar to https://issues.apache.org/jira/browse/WICKET-1848 The use case is like this : I have 2 simple applications running in a jetty server. To keep things simple , i added the spring and wicket

htmlunit error

2008-12-17 Thread Alex Parvulescu
Hello, i am currently in the process of writing some tests for an app. I am using wicket 1.3.4 and html-unit 2.3 this is about a functional test involving an ajax heavy page with a modal window (open / close ), ajax refreshing parts (both in the modal and in the main page), it seems that for

Re: datatable and access to toolbars

2008-11-23 Thread Alex Parvulescu
(DataTable.TOOLBAR_COMPONENT_ID) ) It seems that after adding a toolbar to a table, there is no way that you can reach it in the component hierarchy anymore. Thanks, Alex On Fri, Nov 21, 2008 at 5:49 PM, Igor Vaynberg [EMAIL PROTECTED]wrote: see #addbottomtoolbar() -igor On Fri, Nov 21, 2008 at 2:57 AM, Alex

datatable and access to toolbars

2008-11-21 Thread Alex Parvulescu
Hello, i have a question about the toolbars in the DataTable component. my use case is this : i want to embed a small editor in a bottom toolbar.Its a simple ok / cancel panel. I see that there no access to the 'bottomToolbars' variable in the DataTable its private and final and has no