Results 1 to 1 of 1

Thread: Registering custom PropertyEditor that lowercases fields post-form submission

  1. #1
    Join Date
    Mar 2008
    Posts
    7

    Default Registering custom PropertyEditor that lowercases fields post-form submission

    I am using a third-party application that is built upon Spring Web MVC and WebFlow 1.0.5 and want to register a custom PropertyEditor to lowercase a specific field after the form is posted. After digging into the Spring WebFlow API documentation, it seems possible to register a PropertyEditorRegistrar with the FormAction class, however all of the PropertyEditorRegistry implementations provided with Spring are confusing as I cannot find any good Spring XML configurations using them.

    Could anyone please help me?
    Last edited by afelle1; Sep 10th, 2008 at 07:47 AM. Reason: Correcting fact that the FormAction class allows registering of PropertyEditorRegistrar rather than PropertyEditorRegistry

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
  •