Hi This an awesome add on.please help me with below questions.
how do i set the back ground color for whole app.?
I have scenario where i need to load the content from different micro app,
so i have written a routerview for a menu and in that view like below
public View1() {
setSizeFull();
add(new IFrame(“http://localhost:6060”));
}
this is loading fine, but after the load all the menu link click are just reloading the same page. is there some thing i need to take care.?