-
Aug 27th, 2008, 05:12 AM
#1
Diff b/w WebRequestDataBinder and ServletRequestDataBinder
Hi all,
Can anyone tell me whats the difference between
'WebRequestDataBinder and ServletRequestDataBinder' ?
when should i use the these ?
Also does the SimpleFormController make use of the ServletRequestDataBinder to bind the request parameters to the command object. Correct me if i a m wrong .
Thanks
Madhu
-
Aug 29th, 2008, 04:09 AM
#2
The SimpleFormController makes use of the ServletRequestDataBinder to bind the request parameters to the command object.
If the properties in the command object is not of String type then we need to have custom property editors for doing this binding.
Regards
Madhu
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