I am migrating my application from Vaadin 6 to Vaadin 8. We are using form class which is not present in Vaadin 8 so I added Vaadin compatible server.
The problem is , components inside the from are not getting visible on UI. i verified in debug mode, buttons/labels were not present in UI. but in intelij , we are able to see the components but somehow it is not getting visible at UI. can someone help me ?
I also recommend to create a simple Vaadin 8 application from the scratch or clone some known to work Vaadin 8 app so that you can compare what could be possibly wrong.