Modifying the Default Page

Now that we have created our decorators, lets put them to use on the default page. Open jetexpress-portal/src/main/webapp/WEB-INF/pages/default-page.psml. Make the following modifications

  • for the layout-decorator, replace jetspeed with jetexpress
  • for the portlet-decorator, replace jetspeed with jetexpress
<page id="default-page">
  <defaults layout-decorator="jetexpress" 
            portlet-decorator="jetexpress"

Go ahead and save that file.

Next

You are now ready to deploy your changes to the portal.

Previous - Next