1. CustomBooleanEditor Help forum.springsource.orgTrying to process boolean checkbox, and I over road the getAsText and setAsText methods. The getAsText method is getting called but I never see the setAsText methods getting called. Can anyone ... |
2. CustomBooleanEditor bug? forum.springsource.orgCustomBooleanEditor bug? Hi, Have seen others with issues with the CustomBooleanEditor but no resolutions. My form has a single checkbox that is throwing errors on binding to the boolean field in ... |
3. Why doesnt CustomBooleanEditor work ? forum.springsource.orgWhy doesnt CustomBooleanEditor work ? I have this code in my initBinder() method in my controller. binder.registerCustomEditor( Boolean.class, null, new CustomBooleanEditor( "Yes", "No", true)); I keep getting the error- Failed to ... |
4. Failure to set Boolean value with Spring CustomBooleanEditor forum.springsource.orgFailure to set Boolean value with Spring CustomBooleanEditor My command object have 2 Boolean parameters, and I have registered in initBinder() an CustomBooleanEditor, but somehow Spring will not populate these 2 ... |