-
Notifications
You must be signed in to change notification settings - Fork 24
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
visibilityCSSAdapter ClassCastException #45
Comments
Is it possible to get more of the exception? What is the offending Line in the layout code? What are you trying to do with the Columns |
at the beginning all components were in a row, now I have max. 4 components in 3 row here is my Code:
|
Thank you @Kirbylix does the exception mentioned give a line number of the error? |
no, sorry |
Ok I’ll test your code see if I can reproduce the error |
What browser are you using? |
my current problem is, as I said before, that I had all components in a row (at maximized windows) at the beginning. Now I have 3 rows with max. 4 components. I didn't change the code for the layout during that time. I used the Chrome Browser and the application runs on a Glassfish 4.1.1 |
With the current information, it is hard to diagnose the issue. None of your code shown uses the Visibility features of a ResponsiveColumn. Do you call |
this is my complete code for the layout:
|
Vaadin Version: 8.1.3
I'm currently getting the following exception:
java.lang.ClassCastException: cannot assign instance of java.lang.String to field com.jarektoro.responsivelayout.Styleable.StyleableComponent.visibilityCSSAdapter of type com.jarektoro.responsivelayout.Styleable.VisibilityCSSAdapter in instance of com.jarektoro.responsivelayout.ResponsiveColumn
The text was updated successfully, but these errors were encountered: