2 Replies Latest reply on Apr 11, 2006 10:20 AM by mholzner

    Portal Title ?

    ericmacau

      Hello,

      How can I change the portal page tilte "JBoss Portal 2.2.1-RC3" ?

      And how can I define multi-language for it ?

        • 1. Re: Portal Title ?
          sushmanagesh

          Hey,
          I have a similar problem.I even want to know how to remove/replace the name of the portal page title which always shows JBoss at the left top corner of all the portals designed.
          Any one out there can help us out?

          Thanks in advance
          Sushma.

          • 2. Re: Portal Title ?

            it is taken from a constant in the generic layout's index.jsp

            to change that modify the index.jsp (and maximized.jsp) in core/src/bin/portal-core-war/layouts/generic) , adn replace the constant with what you want (JSTL ? )

            <head>
             <title><%= PortalConstants.VERSION.toString() %></title>
            </head>