Powered By Blogger

Sunday, April 10, 2011

Exploring Liferay Login Portlet

From this example we will know how to submit the portlet, how to read the parameters from the page. We will know some of the default objects of the Liferay and how the values will be populated.

ConfigurationActionImpl is responsible for the struts actions

The Liferay Portlet configuration is as below



58
/html/icons/login.png
login
com.liferay.portlet.login.action.ConfigurationActionImpl
false
false
false
50
/html/portlet/login/css/main.jsp
portlet-login
true



The LoginAction will explain the basic concept of handling the parameters

No comments:

Post a Comment