Description
accountNavHeader.tag has a URL to list orders explicitly referencing localhost - that makes the Petstore sample tough to use from a remote machine. In my case, I was testing from a central build server and couldn't view orders without manually typing the URL.
— accountNavHeader.tag
<!-- TODO: fix this -->
<netui:anchor href="http://local
host:8080/petstoreWeb/account/edit/listOrders.do" value="${bundle.account.listOr
dersLabel}" styleClass="toolbar" />
—
You should be able to change that to an action of rootSharedFlow.globalViewOrders instead of using the href.