Missing type conversion for char
--------------------------------

                 Key: STS-419
                 URL: http://mc4j.org/jira/browse/STS-419
             Project: Stripes
          Issue Type: Bug
          Components: Validation
    Affects Versions: Release 1.4.3, Release 1.5
            Reporter: Frederic Daoud
         Assigned To: Tim Fennell
            Priority: Minor


Type conversion for Character works, but type conversion for char is missing.
Minor issue, but should be added for completeness unless there is a reason not 
to do so.

Fix: in DefaultTypeConverterFactory.java, add this line after line 68:
converters.put(Character.TYPE, CharacterTypeConverter.class);

More details here:

http://www.nabble.com/Type-converter-for-char-is-missing-tf4436748.html

Thanks,
Freddy


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mc4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to