Posted on : 09-04-2008 | By : Jeff Robinson | In : General
0
If you’re using Struts, consider using the Liferay StrutsPortlet controller (com.liferay.portlet.StrutsPortlet). It extends LiferayPortlet and provides some insulation against using the apache struts version directly.
Posted on : 09-03-2008 | By : Jeff Robinson | In : General
0
Need to access an image from your CSS file? Prepend the final portlet name followed by the path of the images folder.
Here’s an example: hellospring-portlet/images/hellospring.png
And that’s all there is to it.
Posted on : 09-02-2008 | By : Jeff Robinson | In : Annoucements
2

I’ve placed a very simple Hello Struts portlet in the downloads section. It doesn’t do nearly enough to show the power of Struts in Liferay. Look for a future Struts portlets that does much more.