added a comment -
2006-01-24 20:39 node.getValue("number") gives non-sensical result.
It gives the node itself back, while everybody would expect an object of type Integer there.
It is probably caused because the number field is defined as 'NODE' in object.xml, which does not make much sense as well.
Sadly, if you naively change this to 'INTEGER', then you cannot create new nodes with editwizards any more. Beats me why that is.
It gives the node itself back, while everybody would expect an object of type Integer there.
It is probably caused because the number field is defined as 'NODE' in object.xml, which does not make much sense as well.
Sadly, if you naively change this to 'INTEGER', then you cannot create new nodes with editwizards any more. Beats me why that is.