Esri / geoportal-server

Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
https://gptogc.esri.com/geoportal
Apache License 2.0
244 stars 149 forks source link

Add Another Tab to the Geoportal Interface (Problem) #306

Open rizkitampan opened 5 years ago

rizkitampan commented 5 years ago

i dont know what my mistakes, i am adding add tab in navigation menu, but when i click the link, it didnt go nowhere, here is my code :

quicklink.jsp <% // quicklink.jsp - Link pages (tiles definition) %>
<%@taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%@taglib uri="http://www.esri.com/tags-gpt" prefix="gpt" %>
<% // initialize the page %>

quicklinkBody.jsp <% // quicklinkBody.jsp - Links page (JSF body) %> primaryNavigation.jsp gpt-faces-config.xml catalog.quicklink /catalog/quicklink/quicklink.jsp gpt.properties # quicklink page ################### catalog.quicklink.home.menuCaption = Links catalog.quicklink.home.caption = Welcome to the Link Page is any problem with my code?, can somebody tell me?
rafteryd commented 5 years ago

Did you get this fixed? I'm having the same issue.

rizkitampan commented 5 years ago

not yet