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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...