portlet
Liferay diaries: Directing between different portlets on different pages
In my latest project I've came across the following UI construct:
Liferay diaries: Serving resources from a portlet with Spring
So there comes the day when you finally have to serve an image, pdf or excel report generated by a portlet or, more elegantly, by a Spring controller backing a portlet.
Setting up log4j for a Liferay and Spring application: /WEB-INF/log4j.properties log4j.category.org.springframework=DEBUG,consoleAnd some entries in web.xml
Liferay diaries: Help! My validation errors are not showing!
While still battling form submissions in my Liferay/Spring MVC Form controller/Multi-portlet beast, I noticed that the Spring form tags would not display errors.