掲示板

Side Navigation in liferay 7

thumbnail
7年前 に Sravan Kumar Chalvadi によって更新されました。

Side Navigation in liferay 7

New Member 投稿: 22 参加年月日: 16/01/13 最新の投稿
Hi,

Note: I am new to liferay portal development.

I was wondering if there is a better way to achieve below requirement in liferay 7, because LR7 has come up with so many features, tools and libraries like SPA, lexicon etc.,

Requirement: I want to create a left side navigation menu (in a jsp) which contains links to other jsps in a MVC portlet. Intent is to not refresh or render Navigation section on each link click.
Problem: I tried below method but has not worked for me.

Method:
Approach: Use two divs in a jsp. Div#1 to hold Navigation bar with links and Div#2 to refresh with JSPs on link click. Used JS to refresh DIV on click.
Issue: DIV#2 is loading only plain text, but not complete (aui elements) JSP page.