I have a JsModule in my vaadin project, so I want to add to my page another, I made this so:
<div><products-search id="products-search"></products-search></div>
It works but there is a problem, the template products-search
is related to a java class, if I access directly the page products-search
the java binding works, but including the page in another in this way it works partially indeed the layout is visibile but doesn't work the interaction with the java code!
Someone can help me?