getAsObject not called for converter of type [Ljava.lang.String;
----------------------------------------------------------------

         Key: MYFACES-275
         URL: http://issues.apache.org/jira/browse/MYFACES-275
     Project: MyFaces
        Type: Bug
    Versions: 1.0.9 beta    
 Environment: Windows XP, Java 1.5.0_03, MyFaces 1.0.9 Final, Tomcat 5.5.9
    Reporter: Nicholaus Shupe
    Priority: Minor


By creating a converter that's registered as such:

        <converter>
                <converter-for-class>[Ljava.lang.String;</converter-for-class>
                
<converter-class>asrs.app.bpm.web.converter.StringArrayConverter</converter-class>
        </converter>

The getAsObject method is not being called while the getAsString method is.  
This behavior is double apparent since the built-in converter creates a 
comma-separatred list (getAsString), while same list is passed back, and not a 
String array (getAsObject is not being called)..


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

Reply via email to