Hi Sandra,

I have found that the solution lies in the correct "links" reference named for each
         dataobject, datafield, goto page, etc. named in the property (interp) file 
for the
         problem class.  The best way to fix the problem is to directly edit the 
property
         file.  (Always keep a backup copy of this file before starting.)

One way that the problem can appear is for a link to be named instead of referenced by 
a file ID.  Ex:

Problematic:
   DataObjects "doBoxSearch" ;

Correct:
   DataObjects "7396_301882073729903069926844026161214491593" ;

In this case, I found the property file for "doBoxSearch", opened it up in a text 
editor, found and copied its link ID, and pasted that number directly into problemed 
property file.

In general, always look first for hardcoded names (instead of link IDs).  If you don't 
get anywhere with that, then check that the link IDs are discoverable. 

Here are some of the more common link refs: 
DataObjects - should always reference a file found in the Links subdirectory
DisplayFields - SID's for display fields should always be found within the Link file 
for that page.  (Usually not likely to be incorrect.)
DataField - stated as [DataObject].[DataField] in ID form; always references a 
particular datafield within the Link file for the relevant data object.
TargetNDPage - should always reference the Link file for the named Page class.

Good luck.
Rob

"Sandra Kim" <[EMAIL PROTECTED]> wrote:
>
>Hi Casey,
>
>I'm getting the same error message, 
>"getElement: index 0 is out of bounds for 
>class".  Have you found the solution to this
>particular problem, yet?  If you have, would 
>you kindly share it with me?  
>
>My email address is: [EMAIL PROTECTED]
>I'm in an urgent need to get this problem 
>resolved.  Thanks so much!!!  
>
>Sandra Kim
>Agilent Technologies, Inc.  
>(Formerly called Hewlett-Packard Company)
>Westlake Village, CA
>
>
>
>
>[EMAIL PROTECTED] wrote:
>>
>>
>>
>>
>>Casey O'Brien@CONTEXT
>>05/12/99 07:14 AM
>>
>>Hi group-
>>I am getting this error message,
>>"getElement: index 0 is out of bounds for class",
>>over and over again in my log when I try to run a particular project.
>>Other projects on the server are running fine.
>>
>>When the erroring project is finished instantiating all the objects of the
>>project, it gets this error, then returns an error to the browser, "A
>>Severe Application Error has occurred...".
>>
>>I searched the forums and found two threads regarding the "getElement"
>>error, but no resolution, reason why it occurs, or what it means.
>>
>>If anyone can provide me some information I'd greatly appreciate it.
>>Thanks!
>>Casey O'Brien
>>[EMAIL PROTECTED]
>>
>>
>


_________________________________________________________________________
To unsubscribe from this mailing list please send an email to:
[EMAIL PROTECTED]
Please remember to use the same email address you subscribed with.

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to