Updated spelling error in menu.jsp (getTabHierarchy was spelled as getTabHierarcy")
This commit is contained in:
parent
c7f4c2d961
commit
7bf1bffd21
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
int tabId = TabWebUtil.getTabIdFromRequest(vreq);
|
||||
int rootId = TabWebUtil.getRootTabId(vreq);
|
||||
List tabLevels = vreq.getWebappDaoFactory().getTabDao().getTabHierarcy(tabId,rootId);
|
||||
List tabLevels = vreq.getWebappDaoFactory().getTabDao().getTabHierarchy(tabId,rootId);
|
||||
request.setAttribute("tabLevels", tabLevels);
|
||||
|
||||
String uri = (String)request.getAttribute("javax.servlet.forward.request_uri");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue