[jira] Commented: (MYFACES-817) Runtime error using Tomahawk dataTable + selectBooleanCheckboxes (MyFaces 1.1.1)

2005-11-22 Thread Thomas A. Valletta (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-817?page=comments#action_12358304 ] Thomas A. Valletta commented on MYFACES-817: I am getting the same error. I don't know that the cause is the same, but it may be. I have created a

[jira] Commented: (MYFACES-677) HtmlSelectOneMenu conversion error with SelectItemGroup

2005-10-07 Thread Thomas A. Valletta (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-677?page=comments#action_12331586 ] Thomas A. Valletta commented on MYFACES-677: Yes. I apologise for the poor explanation. This would only occur if you have a converter on the component and are

[jira] Commented: (MYFACES-677) HtmlSelectOneMenu conversion error with SelectItemGroup

2005-10-07 Thread Thomas A. Valletta (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-677?page=comments#action_12331597 ] Thomas A. Valletta commented on MYFACES-677: OK. I can see where it would be useful for converters to handle empty strings. To require that every converter

[jira] Commented: (MYFACES-677) HtmlSelectOneMenu conversion error with SelectItemGroup

2005-10-07 Thread Thomas A. Valletta (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-677?page=comments#action_12331603 ] Thomas A. Valletta commented on MYFACES-677: I don't think that there is anything in JSF that keeps you from putting a value into a SelectitemGroup, but I know

[jira] Created: (MYFACES-677) HtmlSelectOneMenu conversion error with SelectItemGroup

2005-10-06 Thread Thomas A. Valletta (JIRA)
HtmlSelectOneMenu conversion error with SelectItemGroup --- Key: MYFACES-677 URL: http://issues.apache.org/jira/browse/MYFACES-677 Project: MyFaces Type: Bug Versions: 1.1.0 Environment: JRE 1.4.2_08 ,

[jira] Commented: (MYFACES-677) HtmlSelectOneMenu conversion error with SelectItemGroup

2005-10-06 Thread Thomas A. Valletta (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-677?page=comments#action_12331532 ] Thomas A. Valletta commented on MYFACES-677: I added ((String)itemValue).length() != 0 to the end of if(converter != null itemValue instanceof String)