When programmatically applying a dijit to a form textbox, is there an automatic way of "percolating" the value of the underlying html textbox through to the dijit object?
By "natural way", I mean without having to specify explicitely {value : underlyingNode.value} when defining the dijit object.
