Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Skip navigation elements to page contents in Weblogic standalone server

rtdJan 28 2009 — edited Jan 29 2009
I'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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2009
Added on Jan 28 2009
4 comments
1,188 views