Total Pageviews

Saturday, June 2, 2012

Creating User Page, Applying theme and Adding portlet to them

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.

2 comments:

  1. hi in which class did u writent i mean genericportlet or MVCportlet

    and above code i not finding getName()
    in user

    ReplyDelete
    Replies
    1. I've used that code in EXT environment in Action Class.
      user.getName() was a typo, it was supposed to be getFirstName(). I've modified the code.
      Thanks for noticing.

      Delete