function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
trishtrish 

Apex:detail - Unknown runtime error

I am trying to emulate the behavior of the Contact List Sample app, with a custom object. I have a panel grid with 2 columns. On the left, I retrieve a set of Candidates and on clicking each row, I am trying to refresh the right hand side with the detail for the selected candidate. When I try to rerender just the detail, I get a Javascript "Unknown runtime error". However, if the page makes a roundtrip to the server, the Detail gets refreshed. Is this a bug??
 
If it helps. this only happens on IE, not on Firefox. Also, I have enabled relatedlisthover on the <apex:detail> tag and hover detail is partly out of the browser page....Am I doing something wrong here??


Message Edited by trish on 10-16-2008 01:31 PM
SimonPSimonP

Did you get any response to this? I get:

 

 

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
Timestamp: Mon, 2 Nov 2009 23:16:48 UTC

Message: Unknown runtime error
Line: 120
Char: 1
Code: 0
URI: http://maptek.force.com/faces/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.AjaxScript

and our public viewable URL is

 

http://maptek.force.com/training

 

 

This works just fine in FF and Chrome, but not IE7 or IE8.