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

NullpointerException at net.bootsfaces.component.messages.encodeEnd if FacesContext contains global messages #917

Closed
gitmotte opened this issue Feb 23, 2018 · 1 comment
Assignees
Milestone

Comments

@gitmotte
Copy link
Contributor

gitmotte commented Feb 23, 2018

please filter
Iterator<String> clientIdsWithMessages = facesContext.getClientIdsWithMessages();
by null at line 63.
Otherwise a NullpointerException occures at line 80 for global messages (clientId = null)
if (currentId.equals(parentId)) {

bootsfaces 1.2.0

@stephanrauh
Copy link
Collaborator

I've fixed this bug and uploaded a new developer snapshot BootsFaces-1.2.1-SNAPSHOT to Maven Central. If you want to test it, see #369 on how to get the snapshot.

BTW, this is the first bug I've simultaneously fixed in both BootsFaces 1.2 and the new BootsFaces 2.0 featuring Bootstrap 4!

@stephanrauh stephanrauh self-assigned this Feb 23, 2018
@stephanrauh stephanrauh added this to the v1.5.0 milestone Feb 23, 2018
@stephanrauh stephanrauh modified the milestones: v1.5.0, v1.3.0 Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants