[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-06 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540407 ] Simon Kitching commented on MYFACES-1760: - The getSelectedValues method certainly assumes the value is an a

[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-06 Thread Guy Bashan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540434 ] Guy Bashan commented on MYFACES-1760: - indeed. > Using "getSelectedValues" of "UISelectMany" seems to be causi

[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-06 Thread David Brainard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540546 ] David Brainard commented on MYFACES-1760: - When we change the value binding from a list to an array this pr

[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-07 Thread David Brainard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540819 ] David Brainard commented on MYFACES-1760: - Sorry i missed a part: the conversion logic according to the spe

[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-07 Thread David Brainard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540814 ] David Brainard commented on MYFACES-1760: - this is wat the spec(jsf-1_2-spec) says about Selected values:

[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-07 Thread Guy Bashan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540737 ] Guy Bashan commented on MYFACES-1760: - I am not familiar with JSF core code, but I don't think it is implemente

[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-07 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540802 ] Simon Kitching commented on MYFACES-1760: - Yes, but my point was that it is not clear whether the fix is t

[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-11 Thread David Brainard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541626 ] David Brainard commented on MYFACES-1760: - Hi Simon, I have added a patch as discussed. Pls look into it.

[jira] Commented: (MYFACES-1760) Using "getSelectedValues" of "UISelectMany" seems to be causing "ClassCastException"

2007-11-11 Thread Guy Bashan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541636 ] Guy Bashan commented on MYFACES-1760: - Hi, I think that the casting on the return is not mandatory: return (Ob