Skip to Content
0
Former Member
Aug 20, 2009 at 01:31 AM

Java Dynpro does not used portal default theme.

50 Views

Dear Expert,

We have recently upgraded our support pack and everything works fine except the portal theme. We have our customize portal theme and we make it as the default portal theme. Everything looks fine with the portal where the customize theme is loaded. However when I call up some standard Java Web Dynpro application such as the Overview page or Leave Application, it is using the SAP default template (SAP_TRADESHOW). So it is a bit wierd where each part of the portal is using our customize theme but the content area where the Java Dynpro is loaded is using the SAP default theme.

When i am trying to view the source of the content area (Overview Page). It is showing something like this.

  <link rel="stylesheet" type="text/css" href="../../../resources/sap.com/tc~wd~dispwda/global/SSR/themes/sap_tradeshow/ur/ur_ie6.css">
  <style type="text/css">
    .hidden {
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0px;
      border: 0px;
      width: 0px;
      height: 0px
    }
  </style>

When I compare it with my production (before the support pack upgrade and everything is fine), the code are as below.

  <link rel="stylesheet" type="text/css" href="/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/ACNTHEMEI/ur/ur_7.0_ie6.css?7.0.13.1.0">
  <style type="text/css">
    .hidden {
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0px;
      border: 0px;
      width: 0px;
      height: 0px
    }
  </style>

Anyone know how to default the standard Java Dynpro to use the customize portal default there?

Thanks.

Regards,

Bryan.