java.lang.ClassCastException in ListMultipleChoice

2009-02-05 Thread Agent Mahone
Hi guys, I have a simple question. I´m using a ListMultipleChoice in my form. The selected items should be binded to Car.color as ListCar cars. If I bind the ListMultipleChoice to cars, I´ll get a java.lang.ClassCastException because wicket trys to map a ListString to ListCar.

AW: AW: java.lang.ClassCastException in ListMultipleChoice

2009-02-05 Thread Agent Mahone
once again trying to send this mail thanks! Von: Agent Mahone maho...@yahoo.de An: us...@wicket..apache.org Gesendet: Freitag, den 6. Februar 2009, 01:06:50 Uhr Betreff: AW: java.lang.ClassCastException in ListMultipleChoice Hi, here my example

AW: integration Spring/Wicket/Hibernate problem with injection bean

2008-09-12 Thread Agent Mahone
Thanks for ur quick response. I already read this article. But I don´t like this approach calling this creation Proxy stuff when I need it for from a Wicket-Bean. private ContactDao dao = LazyInitProxyFactory.createProxy(ContractDao.class, new IProxyTargetLocator() { public Object

Wicket and Mootools?

2008-09-17 Thread Agent Mahone
Hi all What is the best way to integrate mootools in wicket ? Does Mootools slow down the application? Does somebody had good expierence with it? Thanks in advane for any comments __ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über

AW: Wicket and Mootools?

2008-09-18 Thread Agent Mahone
. September 2008, 09:50:32 Uhr Betreff: Re: Wicket and Mootools? You can also check out the new addition to wicket stuff minis, the mootips integration.. Agent Mahone wrote: Hi all What is the best way to integrate mootools in wicket ? Does Mootools slow down the application? Does somebody had good

AjaxRequestTarget is null in Internet Explorer 6

2008-09-21 Thread Agent Mahone
Hi all I´m struggeling with the AjaxFallbackLink the target object is null, if it runs to the onClick() method. In Firefox and Opera it works fine!!! class MyPanel extends Panel { private AjaxFallbackLink link; public MyPanel() { this.link = AjaxFallbackLink(link);

AW: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-11 Thread Agent Mahone
PROTECTED] wrote: I guess org.apache.wicket.spring.SpringWebApplication$1.getSpringContext(SpringWebApplication.java:51) has a bug because it assumes it is always called inside the scope of a wicket request. Martijn On Tue, Nov 11, 2008 at 12:59 PM, Agent Mahone [EMAIL PROTECTED] wrote: Hi

SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-11 Thread Agent Mahone
Hi guys I´m just trying to execute some code after a session timeout occurs. I´m using spring / wicket / hibernate frameworks. Why do I get this error WicketRuntimeException: There is no application attached to current thread http-8080-1? I´m not getting it...I appreciate any hints. Thanks in

AW: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-12 Thread Agent Mahone
. you only need the proxies when dealing from inside wicket - which you do not appear to be doing. -igor On Tue, Nov 11, 2008 at 1:06 PM, Agent Mahone [EMAIL PROTECTED] wrote: Hello guys The only thing what I was trying to do was, to execute some code if a time out occurs. (mark that user