Results 1 to 2 of 2

Thread: Diff b/w WebRequestDataBinder and ServletRequestDataBinder

  1. #1

    Default 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

  2. #2

    Default

    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
  •