-
Sep 19th, 2012, 09:09 AM
#1
dojo and spring mvc
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules