2 Replies Latest reply on Feb 12, 2009 9:08 AM by amontobin

    Skin and Multi Host

    amontobin

      Hi,

      I'm trying to write a mecanism to have a specific skin for different web site located on the same J2ee server.

      If i go on the site A , the skin A is well displayed.
      If i go on the site B, the skin B is well displayed.
      If i return on site A and restart my session, I've go a mix of skin A and skin B. The problem is focused on header of DataTable ; the css dr-table-header background-image is not the correct one and correspond to site B.

      Have you any idea ?

      Thanks

      Seb

      Using :
      Richfaces 3.3.0.GA
      PortletBridge 1.0.0.B6

        • 1. Re: Skin and Multi Host
          alexsmirnov

          Sorry, but individual user skins don't supported in the portals yet. Even if we could load stylesheets for an individual portlet session, style class names will conflict between portlets. Only application-scope skins are supported.
          P/S We are going to resolve that issue in the portlet-2.0 based bridge version, there some additional API are available.

          • 2. Re: Skin and Multi Host
            amontobin

            OK Thanks. Will wait till 2.0 is Here ...

            Seb