Creating User Page, Applying theme and Adding portlet to them
The following post tells you how to create a user page(layout), add portlets to them and apply some theme.
First of all you have to add the following properties in portal-ext.properties file, (I'm just filling example data, you can fill as per your requirements:) Now call the following function as per the implementation logic. Code is kinda self explanatory,a nd I've already put comments between them:
Hope this will help.
The following post tells you how to create a user page(layout), add portlets to them and apply some theme.
First of all you have to add the following properties in portal-ext.properties file, (I'm just filling example data, you can fill as per your requirements:) Now call the following function as per the implementation logic. Code is kinda self explanatory,a nd I've already put comments between them:
Hope this will help.
hi in which class did u writent i mean genericportlet or MVCportlet
ReplyDeleteand above code i not finding getName()
in user
I've used that code in EXT environment in Action Class.
Deleteuser.getName() was a typo, it was supposed to be getFirstName(). I've modified the code.
Thanks for noticing.