PropertyEditorSupport « MVC « Spring Q&A





1. when will getAsText() in PropertyEditorSupport called or invoke    stackoverflow.com

I am using spring 3 mvc try to rewrite PropertyEditorSupport for my initBinder. setAsText() is working fine. But i have a look some of example online. they override getAsText() too. So when getAsText() ...

2. PropertyEditorSupport and Spring MVC    forum.springsource.org

[SOLVED] PropertyEditorSupport and Spring MVC Hi, I'm just starting with Spring and I'm having some trouble trying to convert an String represetation of an Object into that Object itself, so I ...