Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b:selectMultiMenu doesn't cope with empty values #513

Closed
stephanrauh opened this issue Oct 1, 2016 · 0 comments
Closed

b:selectMultiMenu doesn't cope with empty values #513

stephanrauh opened this issue Oct 1, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@stephanrauh
Copy link
Collaborator

Setting one of the items of <b:selectMultiMenu /> to an empty string causes the request to fail if the empty value is selected:

<b:selectMultiMenu  value="#{trafficLightBean.color}" >
    <f:selectItem itemLabel="no color" itemValue="" />
    <f:selectItem itemLabel="Green" itemValue="g"   />
    <f:selectItem itemLabel="Red" itemValue="r"  />
</b:selectMultiMenu>
@stephanrauh stephanrauh self-assigned this Oct 1, 2016
@stephanrauh stephanrauh added this to the v1.0.0 milestone Oct 1, 2016
@stephanrauh stephanrauh added the bug label Oct 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant