Hi,

don't know if it has been corrected or not. We just detected a problem in 
org.jboss.seam.ui.UISelectItems. There's a

private static final String NO_SELECTION_VALUE = null;

defined which should be replaced by

import static org.jboss.seam.ui.NoSelectionConverter.NO_SELECTION_VALUE;

Because:
SelectItems class always uses 'null' as value of NullableSelectItem. Therefore 
during conversion this is not recognized by the NoSelectionConverter.

Without this change the s:selectItems will not work with noSelectionLabel set.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038378#4038378

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038378
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to