posted 13 years ago
Hi everybody.
I'm beginer in GWT ans I'm trying to develop a menu for my application with MenuBar like this:
MenuBar masterMenu = new MenuBar(true);
masterMenu.addItem("Cost Center", cmd);
RootPanel.get("menuApp").add(masterMenu );
But I don't know how to implement the command or url to link with the other page?
Someone knows how to do this? In internet there are a lot of information how to make a menu, but they don't explain how to link with pages' urls
Thanks
Jose