You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Why is it trying to get the wrapped container instead of accessing the container normally? Going directly through breaks generated properties, which only exists in the GeneratedPropertyContainer.
I don't understand the reason for checking container types instead of just calling Container#getContainerProperty() for any container.. can you explain that?
The text was updated successfully, but these errors were encountered:
@PhineasClick I released a version containing this fix that is suitable for Vaadin 8, it's in my company's repo.
If it's useful for you, you can check on issue #29
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In this code:
Why is it trying to get the wrapped container instead of accessing the container normally? Going directly through breaks generated properties, which only exists in the GeneratedPropertyContainer.
I don't understand the reason for checking container types instead of just calling
Container#getContainerProperty()
for any container.. can you explain that?The text was updated successfully, but these errors were encountered: