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:tree without value throws NullPointerException #676

Closed
ggam opened this issue Apr 4, 2017 · 2 comments
Closed

b:tree without value throws NullPointerException #676

ggam opened this issue Apr 4, 2017 · 2 comments
Assignees
Milestone

Comments

@ggam
Copy link
Collaborator

ggam commented Apr 4, 2017

Not setting the value attribute on a <b:tree /> results in an exception. I think this has to be supported in the same way the datatable shows a blank table when no value is set.

@stephanrauh
Copy link
Collaborator

Done. For some reason, the exception doesn't show on the HTML page, but at least there's a useful exception hinting at the cause of the error in the server log now.

@stephanrauh
Copy link
Collaborator

PR #708 modifies the behavior again. Now the tree doesn't throw an exception, but simply renders an empty tree. In other words, it doesn't render anything, but there's no error, either.

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