Monthly Archives: August 2011

IE8 element not found error



Try It. Love It. Or We'll Take It Back.

We recently stuck with this error in IE8 and in other browser the application is working without any problem.

On searching for a solution we found this link

http://www.winhelponline.com/articles/122/1/Error-Element-not-found-when-attempting-to-add-a-Search-Provider-in-Internet-Explorer-7.html

The fix is to download the attachment – ie7tlbfix.reg and apply the registry fix onto the windows

This issue is discussed here as well

https://forums.oracle.com/forums/thread.jspa?messageID=4376493

 

select tab based on the commandlink


The example of the paneltab selection by clicking the af:commandlink example is here

The same use case can be achieved by passing a request parameter for the goLink like


<af:golink destination="/faces/index?dt=true">

and enable the panelTabbed showdetailitem accordingly..


<af:showdetailitem disclosed="#{param.dt eq 'true'}">

Achieved!!


At last made an entry in Jdeveloper and ADF forum’s Top users list.. 10th now.. will soon climb up..

http://forums.oracle.com/forums/forum.jspa?forumID=83&start=0