Re: [Wicket-user] About ModalWindow example for wicket 1.3

2007-03-30 Thread Chan Man Kam
I just checkout the branches/wicket-1.x. After I create the jar file with mvn -Dmaven.test.skip=true package and attach the library, jetty always return these exception: org.mortbay.util.MultiException[java.lang.ClassNotFoundException: wicket.protocol.http.WicketFilter] at

Re: [Wicket-user] About ModalWindow example for wicket 1.3

2007-03-30 Thread Eelco Hillenius
Try mvn clean first. Eelco On 3/30/07, Chan Man Kam [EMAIL PROTECTED] wrote: I just checkout the branches/wicket-1.x. After I create the jar file with mvn -Dmaven.test.skip=true package and attach the library, jetty always return these exception:

Re: [Wicket-user] About ModalWindow example for wicket 1.3

2007-03-30 Thread Chan Man Kam
The same exception occurred. Man Kam. Eelco Hillenius wrote: Try mvn clean first. Eelco On 3/30/07, Chan Man Kam [EMAIL PROTECTED] wrote: I just checkout the branches/wicket-1.x. After I create the jar file with mvn -Dmaven.test.skip=true package and attach the library, jetty always

[Wicket-user] About ModalWindow example for wicket 1.3

2007-03-29 Thread Chan Man Kam
Dear all, At first, I got this exception, after I click Close this window with result OK inside the ModalWindow. wicket.util.io.WicketSerializeableException: Error reading field: locale for object class: class wicket.extensions.ajax.markup.html.modal.ModalWindow$MaskType children-maskType NOTE:

Re: [Wicket-user] About ModalWindow example for wicket 1.3

2007-03-29 Thread Matej Knopp
what version are you using? can you check if this still happens with latest 1.3 wicket version? -Matej On 3/29/07, Chan Man Kam [EMAIL PROTECTED] wrote: Dear all, At first, I got this exception, after I click Close this window with result OK inside the ModalWindow.

Re: [Wicket-user] About ModalWindow example for wicket 1.3

2007-03-29 Thread Chan Man Kam
I just download it form mvn (http://wicketstuff.org/maven/repository) a few day before. #Generated by Maven #Mon Mar 12 00:03:31 CET 2007 version=1.3-incubating-SNAPSHOT Man Kam Matej Knopp wrote: what version are you using? can you check if this still happens with latest 1.3 wicket version?

Re: [Wicket-user] About ModalWindow example for wicket 1.3

2007-03-29 Thread Matej Knopp
yeah, that's rather old snapshot, i think it's already fixed. On 3/29/07, Chan Man Kam [EMAIL PROTECTED] wrote: I just download it form mvn (http://wicketstuff.org/maven/repository) a few day before. #Generated by Maven #Mon Mar 12 00:03:31 CET 2007 version=1.3-incubating-SNAPSHOT Man Kam

Re: [Wicket-user] About ModalWindow example for wicket 1.3

2007-03-29 Thread Johan Compagner
i will look at that if i read correclty locale serialization problem this weeken. i dont have acces to my laptop tonigth (and in a RAD race tomorrow again)
if people can generate unit test for objects that fail then that would be great On 3/29/07, Chan Man Kam [EMAIL PROTECTED] wrote: Dear all,