Re: will there be a performance gain to use singleton to remove references to the service object in models?

2009-07-28 Thread Wilko Hische
Hi Jason, You could have a look at http://code.google.com/p/salve/ By making use of some byte code instrumentation it will replace your dependency injections by static lookups, i.e. the best of both worlds. I wouldn't know about the performance of each approach however. Regards, Wilko Jason

Re: AutoCompleteTextField and IE8, javascript error thrown

2009-07-21 Thread Wilko Hische
Hi Christian, Did you ever figure out what was wrong? I encountered the same problem. Best regards, Wilko Hische christian.fichera wrote: Dear all, I have a problem using AutoCompleteTextField: when I type something into it, the choices list is not shown, and the following javascript

Re: Hello World Program is not working

2008-01-30 Thread Wilko Hische
Hi Gurvinder, Caused by: java.lang.ClassNotFoundException: org.apache.wicket.examples.helloworld.HelloWorldApplication I would suggest to play with http://wicket.apache.org/quickstart.html first Success, Wilko Gurvinder Pal Singh wrote: Hi, i created a project as mentioned in

Re: wicket-datetime-rc2 javascript error in generated event.js

2007-12-21 Thread Wilko Hische
Answering myself. The problem does not occur anymore in yesterday's snapshot. Thanks to whoever fixed it, Wilko Hische -- View this message in context: http://www.nabble.com/wicket-datetime-rc2-javascript-error-in-generated-event.js-tp14438031p14457168.html Sent from the Wicket - User mailing

wicket-datetime-rc2 javascript error in generated event.js

2007-12-20 Thread Wilko Hische
name with Wicket namespace: 'panel'. Might be you haven't installed the appropriate resolver? This is a blocker for us, should I make a bug report? I am afraid the JavaScript is a bit too involved for me to be able to patch this myself on short notice. Best regards, Wilko Hische -- View

Proper way to mount a shared resource

2007-11-21 Thread Wilko Hische
for this resource? Regards, Wilko Hische -- View this message in context: http://www.nabble.com/Proper-way-to-mount-a-shared-resource-tf4850639.html#a13878724 Sent from the Wicket - User mailing list archive at Nabble.com

Dynamically created popup window, IE7 wicket 1.3

2007-08-26 Thread Wilko Hische
mutandis). Regards, Wilko Hische - org.apache.wicket.quickstart.Index.java package org.apache.wicket.quickstart; import java.util.Date; import org.apache.wicket.PageParameters; import org.apache.wicket.ajax.AbstractAjaxTimerBehavior; import