From portal-commits at lists.jboss.org Mon May 26 01:28:14 2008 Content-Type: multipart/mixed; boundary="===============5427895465256214187==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10815 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Mon, 26 May 2008 01:28:14 -0400 Message-ID: --===============5427895465256214187== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-05-26 01:28:14 -0400 (Mon, 26 May 2008) New Revision: 10815 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhan= dling.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorial= s.xml Log: 8.4. Handling Errors with JavaServer Pages (JSP) - minor revisions Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/e= rrorhandling.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorha= ndling.xml 2008-05-25 14:42:48 UTC (rev 10814) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorha= ndling.xml 2008-05-26 05:28:14 UTC (rev 10815) @@ -333,24 +333,21 @@ + Page property inheritance for objects - You can configure the page properties also on objects of type portal, = in that case they will be inherited by the pages - which are located in the portal. - - - - - + When page properties are configured for objects that use the portal type, the properties are inherited by pages in that port= al. + + + + - Handling errors with JSP - As described above it is possible to redirect error handling t= o a JavaServer Page. Two pages can be created - to handle errors at portal and page level. Portal level error handli= ng requires a page that will produce a full - page and the page level error handling requires a page that will pro= duce markup for a window only. When the page - is invoked a set of request attributes will be passed. + Handling Errors with JavaServer Pages (JSP) + As described in previous sections, error handling can be redirected= to a JSP. Two pages can be created to handle errors, one for the portal le= vel, and the other for the page level. Portal level error-handling requires= a page that produces a full page, and page-level handling requires a page = that produces markup, but only for a window. When the page is invoked, a se= t of request attributes are passed. The following table represents request = attributes: + + - Request attributes Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/t= utorials.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutoria= ls.xml 2008-05-25 14:42:48 UTC (rev 10814) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutoria= ls.xml 2008-05-26 05:28:14 UTC (rev 10815) @@ -242,6 +242,7 @@ + Markup Fragments Portlets are responsible for generating markup fragments, as they are i= ncluded on a page and are surrounded by other portlets. In particular, this means that a portlet = outputting HTML must --===============5427895465256214187==--