Skip to Main Content

Integration

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!

Error when launching an ADF application in Internet Explorer 11

2724991Aug 10 2014

I got this error when I try to launch my appli in IE 11, can you help me to fix it. Thanks.

Error 500--Internal Server Error

java.lang.IllegalArgumentException: Aucune constante d''énumération oracle.adfinternal.view.faces.partition.PartitionContext$AgentName pour la valeur "netscape".

Comments

SriniVEERAVALLI
Answer

Try this

<style type="text/css">

td.ResultLinksCell {

display:none;

}

</style>

or

Marked as Answer by Srix · Sep 27 2020
Srix

work like a charm.. Thank You

Srix

I was trying to use the same approach to hide Cancel button(I need to specifically hide it on particular dashboard not across the application) on dashboard. doesnt seem to work ?

<style type="text/css">

td.promptButtonsCell.cancel {

display:none;

}

</style>

Srix

Srini,

above code disables print and export links on dashboard since they also use ResultLinksCell function, is there anyway to specifically hide certain links ?

SriniVEERAVALLI

hmm

are you talking about the initial give code or your code related to cancel?

Srix

initial given code

1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 7 2014
Added on Aug 10 2014
0 comments
641 views