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 s

Re: wicket-spring classpath issue

2009-02-25 Thread Alex Parvulescu
JARs in the app-server's lib directory 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,

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 lib

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 lon

Re: datatable and access to toolbars

2008-11-23 Thread Alex Parvulescu
TED]>wrote: > How about you have your toolbar replace its own contents based on what > "mode" it's in? > > On Sun, Nov 23, 2008 at 7:59 AM, Alex Parvulescu > <[EMAIL PROTECTED]> wrote: > > Hi, > > Perhaps i did not make myself clear, > > > >

Re: datatable and access to toolbars

2008-11-23 Thread Alex Parvulescu
reach the toolbar through the api, maybe through the #get method (something like table.get(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 PRO

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 accessors