【问题标题】:WebSphere Portal 6.1 PortalWeb2 theme portal-navigation:urlGeneration not displaying portlets in IEWebSphere Portal 6.1 PortalWeb2 主题 portal-navigation:urlGeneration 不在 IE 中显示 portlet
【发布时间】:2011-07-11 20:26:11
【问题描述】:

我正在尝试为我的项目创建一个新的自定义主题。我复制了 IE 的 PortalWeb2 主题并扩展了 sideNav.jspf 以包含一个 jquery 手风琴菜单。

每个菜单都链接到一个包含一些 portlet 的页面

<ul id="accordion_menu">
  <li>
    <portal-navigation:urlGeneration contentNode="com.ccportal.home" >
      <a href="<%wpsURL.write( out );%>" >Home</a>
    </portal-navigation:urlGeneration>
  </li>
</ul>

此代码在 Mozilla 中显示 portlet,但在 IE 7 中不显示任何 portlet。它给出了一些 JavaScript 错误。你能帮忙吗?

【问题讨论】:

    标签: websphere-portal


    【解决方案1】:

    如果您使用 CSA 主题,sideNav.jspf 将不会(默认)用于渲染侧导航。某些 Firefox 版本不支持 CSA ,因此在这些浏览器中使用 SSA 主题。所以在您的情况下,看起来 CSA 主题不工作,但 SSA 主题工作正常。 Yoy可以切换到ibmCSA.js文件的未压缩版本,看看具体的错误是什么。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-01-01
      • 1970-01-01
      • 2012-01-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多