[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

Newlukai do-not-reply at jboss.com
Wed Apr 18 09:13:43 EDT 2007


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



More information about the jboss-user mailing list