[ http://issues.apache.org/jira/browse/MYFACES-483?page=all ] Martin Marinschek closed MYFACES-483: -------------------------------------
> HtmlSelectManyMenu: validate throws ClassCastException > ------------------------------------------------------ > > Key: MYFACES-483 > URL: http://issues.apache.org/jira/browse/MYFACES-483 > Project: MyFaces > Type: Bug > Components: JSR-127 > Versions: Nightly Build > Reporter: Oliver Rossmueller > Assignee: Oliver Rossmueller > Fix For: Nightly Build > > java.lang.ClassCastException: java.lang.String > at > javax.faces.component.UISelectMany.validateValue(UISelectMany.java:250) > at javax.faces.component.UIInput.validate(UIInput.java:269) > at javax.faces.component.UISelectMany.validate(UISelectMany.java:283) > submittedValue = ""; > convertedValue returned by custom renderer = "" > => attemt to cast String to Object[] -- 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
