hello,

Is there a way in

Code:
Spring.addDecoration(new Spring.ElementDecoration({
elementId : "${def.code}",
widgetType : "dijit.form.NumberTextBox",								widgetAttrs : {promptMessage: "Enter a number",
                     value:'10',
                     required: "true",
                     style:"width:150px;",
                     invalidMessage: "Invalid number"}
}));
to use custom widget types like for e.g. the OracleDateTextBox on the dojo site(http://dojotoolkit.org/book/dojo-boo...urrency-number)

~s.