Results 1 to 3 of 3

Thread: Custom Editors Registration

  1. #1

    Default Custom Editors Registration

    Are there any tutorials available for registering custom editors ? I need to use it to map the input string to java.util.Date.

    Thanks,

    Kartik

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Have a look at the reference. Registering property editors is covered quite detailed there.

    Regards,
    Andreas

  3. #3
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,425

    Default

    As Andreas said, the registering of custom editors is discussed here, but if you have a read you'll see there is already a Date editor. It's just no registered by default.

    CustomDateEditor

    Customizable property editor for java.util.Date, supporting a custom DateFormat. NOT registered by default. Must be user registered as needed with appropriate format.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •