Re: problem at startup

2008-06-28 Thread Sergiy Yevtushenko
Maarten Bosteels wrote: I think an mvn clean compile will solve this. It doesn't. I've tried this as well as many other things including fresh wicket sources install from svn. Also, the issue is reproducible with quickstart (with obvious change in pom.xml - adding of proper compiler version)

Re: problem at startup

2008-06-27 Thread Sergiy Yevtushenko
Igor Vaynberg wrote: we removed those methods because they are declared in java.util.map IValueMap extends MapString, Object and map has Object putString,Object so i dont see why it wouldnt find the method... Me too. Probably it worth to report the issue to Sun, because it looks like JVM

Re: problem at startup

2008-06-27 Thread Sergiy Yevtushenko
Timo Rantalaiho wrote: Me too. Probably it worth to report the issue to Sun, because it looks like JVM issue. Or searching in the Bug parade, in the early 1.5.0_x versions there are a lot of bugs that are fixed later. What JVM version are you using? java version 1.6.0_06 Java(TM) SE Runtime

Re: problem at startup

2008-06-26 Thread Sergiy Yevtushenko
Igor Vaynberg wrote: what version are you on? I've resolved the issue by rolling back IValueMap.java from latest 669997 to previous 660341. Differences between these two versions are following: ... --- IValueMap.java.660341 2008-06-26 23:54:09.0 +0300 +++

a note about AbstractSingleSelectChoice

2008-02-07 Thread Sergiy Yevtushenko
Hi all, In my app I was ought to subclass DropDownChoice just because of one small implementation detail of AbstractSingleSelectChoice.getModelValue(): ... public String getModelValue() { final Object object = getModelObject(); if (object != null)

Re: a note about AbstractSingleSelectChoice

2008-02-07 Thread Sergiy Yevtushenko
Igor Vaynberg wrote: please add to jira... Done. Issue WICKET-1331. Regards, Sergiy. *- [EMAIL PROTECTED] http://es.os2.ru/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Feedback AjaxButton

2008-01-22 Thread Sergiy Yevtushenko
Jean-Baptiste Bellet wrote: I guess that you need call indicator.setOutputMarkupId(true) before adding it to page. Regards, Sergiy. *- [EMAIL PROTECTED] http://es.os2.ru/ - To