I need to customize the HTML page to link to the navigation menu

Ok, you need to add the action attribute to your menuitem.
Next create a action-method, link it with your menuitem and your Controller.

In you method use this :

response.setView(ActionView.define("Tab name").add("html", "https://bing.com/").map());
1 « J'aime »