Hello,

I'm using DojoColorPicker (latest trunk from the svn) for the first time and I think I've found an issue.

I use it very trivialy:
rvbhexcode = new DojoColorPicker("rvbhexcode", new PropertyModel(formTarget, "rvbhexcode"));
rvbhexcode.setRequired(true);
form.add(rvbhexcode);
In IE6/IE7, it is rendered as a normal textfield (there is no colorpicker on the right).
Under Firefox, I can select a color, and its hexa code is properly setted on the textfield. But when I submit the form, the model is not updated (the selected color is not setted to my model, and the form cannot submit, it complains about a required field not filled).

Is it a known issue? Or do I something wrong?

Does another color picker exist in wicket?

Thank you ;)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to