4 Replies Latest reply on Sep 9, 2008 8:35 PM by taocore

    custom page

    taocore

      How to make portal page as a normal page NOT a portlet container?

      The effect I want looks like this demo page:
      http://portal.demo.jboss.com/portal/default/SeamBooking

        • 1. Re: custom page
          peterj

          I'm confused. The page you linked to looks exactly like a portal to me.

          Perhaps what you are getting at is that you do not want the decorations that surround a portlet (the title bar and the borders). If so, use the emptyRenderer.

          • 2. Re: custom page
            bryancan

            I the real question is how to render portlet contnet without all of the surrounding portal, like an EXCLUSIVE or SOLO windowState, then I would like to know the answer as well.

            • 3. Re: custom page
              peterj

              I think what you want to do is modify the page layouts which are available at jboss-portal.sar/portal-core.war/layouts. The 'generic' directory holds the standard 2-column layout. You should make a copy of that directory - for example, copy 'generic' as 'plain', and then modify 'plain'. To use your 'plain' layout, modify the jboss-portal.sar/conf/data/default-object.xml file, changing the value for the layout.id property.

              • 4. Re: custom page
                taocore

                Thanks, Peter. I got it.