掲示板

RE: link is not working in calendar portlet

7年前 に kavya m によって更新されました。

RE: link is not working in calendar portlet

New Member 投稿: 15 参加年月日: 16/07/08 最新の投稿
Hi all,
Am new to liferay. Am practising on how to create a customise calendar portlet. I have written monthly code in html (for ex: January.html to December .html). My calendar portlet is visible in liferay, but clicking previous and next month link it showing error.

I gave link january to december pages in html.

january.html
<li class="prev">prev</li>
<li class="next"><a href="february.html" >next</a></li>

feb.html
<li class="prev"><a href="january.html">prev</li>
<li class="next"><a href="march.html" >next</a></li>
......

dec.html

when am clicking previous and next month it showing error. we have to write steps using render and action url.. can anyone please help me.