Re: [Wicket-user] New Wicket-contrib-dojo release

2005-12-02 Thread Marco van de Haar
It should be fixed in CVS version. though I have no valid test-case to test it on, maybe you could give me a case to test the serializable? Anyway, it will be in our next release which we plan on releasing soon as our next component will be included and some of the major bugs are fixed. Marco

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-12-02 Thread Eelco Hillenius
The easiest way to test whether you wicket application behaves well when serialized, turn on the debugging logging for WebSession, like: log4j.logger.wicket.protocol.http.WebSession=DEBUG Eelco On 12/2/05, Marco van de Haar [EMAIL PROTECTED] wrote: It should be fixed in CVS version. though I

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-12-01 Thread Ingram Chen
Thanks for the fix, I will try it next release.Another small bug I found is inner class FXAjaxValidationHandler.RGB doesnot implement Serializable. Hope this can be fixed too.Thanks in advance ! On 11/28/05, Marco van de Haar [EMAIL PROTECTED] wrote: We fixed the FXAjaxValidationHandler so that is

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-30 Thread Eelco Hillenius
If you wan't to contribute, feel free to do so. :) Erm... he doesn't have commit rights? :) I think it is an open RFE to upgrade this js files, right? Eelco --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-30 Thread Marco van de Haar
yes, did not htink about that... please request a build and we will be able to update it. Marco Eelco Hillenius wrote: If you wan't to contribute, feel free to do so. :) Erm... he doesn't have commit rights? :) I think it is an open RFE to upgrade this js files, right? Eelco

RE: [Wicket-user] New Wicket-contrib-dojo release

2005-11-30 Thread Vinsen, Kevin
also need to restructure the dojo-contrib slightly to get the javascript to work Kevin -Original Message- From: Marco van de Haar [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 November 2005 5:49 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] New Wicket-contrib-dojo

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-30 Thread Marco van de Haar
-Original Message- From: Marco van de Haar [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 November 2005 5:49 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] New Wicket-contrib-dojo release yes, did not htink about that... please request a build and we will be able to update

RE: [Wicket-user] New Wicket-contrib-dojo release

2005-11-29 Thread Vinsen, Kevin
-Original Message- From: Marco van de Haar [mailto:[EMAIL PROTECTED] Sent: Monday, 28 November 2005 10:54 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] New Wicket-contrib-dojo release We fixed the FXAjaxValidationHandler so that is supposed to work with all FormComponents

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-29 Thread Ruud Booltink
from JDK1.5 to 1.4 and submitted it into the contrib-dojo area. Kevin -Original Message- From: Marco van de Haar [mailto:[EMAIL PROTECTED] Sent: Monday, 28 November 2005 10:54 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] New Wicket-contrib-dojo release We fixed

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-28 Thread Marco van de Haar
I isolated the problem to the onComponentTag(final ComponentTag tag) method in our AjaxHandler. There we directly ajusted the componnent's attributemap. This, ofcourse, is not supposed to work because the map is often immutable. It does seem to work however, for textfields, and not for

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-28 Thread Marco van de Haar
We fixed the FXAjaxValidationHandler so that is supposed to work with all FormComponents now, as was intended. We tested it on a TextArea and it works fine. The fix is not in the 0.3 release, but you can check out wicket-contrib-dojo FXValidationAjaxHandler.java We will add the fixed handler to

[Wicket-user] New Wicket-contrib-dojo release

2005-11-25 Thread Ruud Booltink
Hi all, We're proud to anounce our first real contrib-dojo release :) This release contains: Dojo FX Decorators Dojo FX Tooltip FX ajax Validation FXFeedbackIndicator xdocs updated with new site Example applications You can check our release at

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-25 Thread Juergen Donnerstag
Any example app we can put online on wicket-library? Juergen On 11/25/05, Ruud Booltink [EMAIL PROTECTED] wrote: Hi all, We're proud to anounce our first real contrib-dojo release :) This release contains: Dojo FX Decorators Dojo FX Tooltip FX ajax Validation FXFeedbackIndicator xdocs

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-25 Thread Ruud Booltink
We have an example app based on the wicket quickstart project on the sourceforge website (http://sourceforge.net/project/showfiles.php?group_id=134391package_id=164293) that you can use. (wicket-contrib-dojo-examples-0.2.zip) It is a simple three page example. I don't know if this is what you

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-25 Thread Juergen Donnerstag
The *.war contained in the example's zip throws the following error java.lang.NoClassDefFoundError: wicket/contrib/markup/html/tooltip/TooltipPanel java.lang.Class.getDeclaredFields0(Native Method) java.lang.Class.privateGetDeclaredFields(Class.java:2232)

Re: [Wicket-user] New Wicket-contrib-dojo release

2005-11-25 Thread Juergen Donnerstag
The examples don't build with maven and not with eclipse after maven clean eclipse Juergen On 11/25/05, Juergen Donnerstag [EMAIL PROTECTED] wrote: The *.war contained in the example's zip throws the following error java.lang.NoClassDefFoundError: