Skip navigation elements to page contents in Weblogic standalone server
rtdJan 28 2009 — edited Jan 29 2009I'm running JDev 11.1.1.0.1 and 10.3 stand-alone weblogic server. Due to the problem with IE6 and rich text objects, I've redone my application using trinidad components. The rich text version of the app ran fine on both the integrated and stand-alone server (using firefox 3). The trinidad version runs fine in the integrated server, but on the stand-alone server, the following link appears at the top of the page and command buttons do not work (in both firefox and IE 6):
Skip navigation elements to page contents
From faces-config.xml:
<application>
<default-render-kit-id>org.apache.myfaces.trinidad.core</default-render-kit-id>
</application>
From trinidad-config.xml:
<skin-family>minimal</skin-family>
Anyone know what I need to do to get this working on the stand-alone server?
Thanks.