-
Notifications
You must be signed in to change notification settings - Fork 162
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
CompoundPropertyModel and BootstrapCheckbox(String id) constructor #686
Comments
I'll take a look soon! |
It seems I've fat fingered the commit message. This commit was about #687 . |
Hi, sorry to bother, did you have a time to look into this issue? I solved it by extending the class and using the fix stated above, so no problem for me. |
I guess I didn't look into it yet because I know you have a workaround and it is not urgent for you :-) |
When using BootstrapCheckbox with id only constructor and having set CompoundPropertyModel to the parent form, exception is thrown:
Problem is, that when no models are passed, setting check-box's model in the constructor triggers lookup by id for checkbox. Same goes for label with id post-label.
This change fixes the problem, please let me know if this change is ok and I will make a pull request.
The text was updated successfully, but these errors were encountered: