Ferdinandus, Humphrey wrote: > When submitting a date field, I get the following message: > > > > Not a valid number (java.lang.NumberFormatException: null) in field submitted > > > > Is use the same code as used in the my_editors after submit: > > > > <mm:node number="$node" id="update_node"> > > > > <mm:fieldlist type="edit" > fields="owner"><mm:fieldinfo type="useinput" /></mm:fieldlist> > > > > </mm:node> > > > > > > > > Anyone encountered this to? >
It may be helpful to supply: - MMBase version - configuration of the 'submitted' field. - the stack-trace. Perhaps it is a non-nullable field with no default value, or something like that. In that case a default value should perhaps be made up (that could be considered a bug then if it does not do that), but the obvious work-around would then be to supply a default value. Michiel -- Michiel Meeuwissen mihxil' Peperbus 107 MediaPark H'sum []() +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
