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
<page id="default-page">
<defaults layout-decorator="jetexpress"
portlet-decorator="jetexpress"
Go ahead and save that file.