Re: [Wicket-user] DateField initializes value to current date

2007-05-18 Thread Dragos Bobes
, Dragos Dragos Bobes wrote: I have a form with a not required date field. The problem is that when the form is submitted and no value was selected in the date field, the date field is initialized to current date. Is this an intended behaviour and if yes how can I avoid it. I pasted

[Wicket-user] DateField initializes value to current date

2007-05-17 Thread Dragos Bobes
I have a form with a not required date field. The problem is that when the form is submitted and no value was selected in the date field, the date field is initialized to current date. Is this an intended behaviour and if yes how can I avoid it. I pasted an example code bellow. Thanks Dragos

Re: [Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-14 Thread Dragos Bobes
Here it is http://wicketstuff.org/jira/browse/DOJO-64 Thanks, Dragos Vincent Demay wrote: Hi Dragos, Could you please fill a issue with that, I will try to fix it as soon as got 5minutes. (http://wicketstuff.org/jira/browse/DOJO) -- Vincent Dragos Bobes a écrit : Hi Vincent

Re: [Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-10 Thread Dragos Bobes
anymore. I hope this helps, Dragos Vincent Demay wrote: Dragos Bobes a écrit : Thanks Vincent but unfortunately it doesn't work for me. I get the same exceptions when I try to use the drag-n-drop feature and I'm sure I'm using the latest jar. Please let me know if you need more info about

Re: [Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-09 Thread Dragos Bobes
Thanks Vincent but unfortunately it doesn't work for me. I get the same exceptions when I try to use the drag-n-drop feature and I'm sure I'm using the latest jar. Please let me know if you need more info about the errors. Thanks Dragos Vincent Demay wrote: Dragos Bobes a écrit : Thanks Jean

[Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-07 Thread Dragos Bobes
Is there any version of wicket-contrib-dojo that works with wicket 1.3.0-incubating-SNAPSHOT and where can I find it? I tried to use the corresponding version (1.3.0-incubating-SNAPSHOT) from http://wicketstuff.org/maven/repository/wicket-stuff/wicket-contrib-dojo/1.3.0-incubating-SNAPSHOT/

Re: [Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-07 Thread Dragos Bobes
Quenot wrote: * Dragos Bobes: Is there any version of wicket-contrib-dojo that works with wicket 1.3.0-incubating-SNAPSHOT and where can I find it? I tried to use the corresponding version (1.3.0-incubating-SNAPSHOT) from http://wicketstuff.org/maven/repository/wicket-stuff/wicket

Re: [Wicket-user] DatePicker for a label

2007-05-04 Thread Dragos Bobes
: you will have to create a panel that contains a hiddeninputfield to capture the input, the label, and the datepicker. then create javascript that wires all these together. -igor On 5/3/07, *Dragos Bobes* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Is there a way to use

[Wicket-user] DatePicker for a label

2007-05-03 Thread Dragos Bobes
Is there a way to use the DatePicker with a label component? I would like to be able to select a date from the DatePicker and change the value of the label and also to be able to capture the new value to persist it. Does anybody have any ideea on how can I do id? Thanks, Dragos

Re: [Wicket-user] Cancel doesn't work for AjaxEditableLabel (1.3.0-incubating-SNAPSHOT)

2007-05-01 Thread Dragos Bobes
Something got broken in the new release (1.3.0-incubating-SNAPSHOT) because I've checked wicket-examples 1.2.5 and it works fine there. Is this a known issue? Thanks, Dragos I've just noticed that the behaviour is specific to Firefox 2.0. In Internet Explorer 7 everything works fine.

Re: [Wicket-user] Cancel doesn't work for AjaxEditableLabel (1.3.0-incubating-SNAPSHOT)

2007-05-01 Thread Dragos Bobes
done - http://issues.apache.org/jira/browse/WICKET-520 Thanks, Dragos Igor Vaynberg wrote: best bet is to open a jira issue so this doesnt get lost. -igor On 5/1/07, *Dragos Bobes* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Something got broken in the new release (1.3.0

[Wicket-user] Cancel doesn't work for AjaxEditableLabel (1.3.0-incubating-SNAPSHOT)

2007-04-30 Thread Dragos Bobes
Hey guys, I'm a newbie with wicket so it may be my fault but I tried to debug this error and I couldn't find any solutions. I build a simple page with an editable ajax label, everything works fine except when I try to cancel the changes (using the Esc key). After that all AJAX features stop

Re: [Wicket-user] Cancel doesn't work for AjaxEditableLabel (1.3.0-incubating-SNAPSHOT)

2007-04-30 Thread Dragos Bobes
I've just noticed that the behaviour is specific to Firefox 2.0. In Internet Explorer 7 everything works fine. Thanks, Dragos Dragos Bobes wrote: Hey guys, I'm a newbie with wicket so it may be my fault but I tried to debug this error and I couldn't find any solutions. I build a simple