i am not using dojo of spring-js*.jar and not spring decoration too, instead dojo as a seperate library. In this case how can i bind the jsp form elements to my model attribute.
while using below code
<form:input data-dojo-type="dijit/form/TextBox" type="text" name="name" id="name" path="caller.fName"/>
the dojo effect remains but the modelattribute is not bound to the value submitted from JSP.

if i remove data-dojo-type="dijit/form/TextBox", its fine. value is getting submitted.

So how can i use spring and dojo together in this scenario