Foren

RE: link is not working in calendar portlet

kavya m, geändert vor 7 Jahren.

RE: link is not working in calendar portlet

New Member Beiträge: 15 Beitrittsdatum: 08.07.16 Neueste Beiträge
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.