I figured out what the issue was. It was not a race condition but rather an empty string referencing a structure (which makes the error message make perfect sense in hindsight). There was an empty string in the db for a field that is required that I was using to display a 'project type' from a structure containing the 'project types'.
Sorry to bug ya, but figured I'd let you know that I figured it out before anyone else wasted time on it. Thanks, Jeff On Wed, Apr 16, 2008 at 3:43 PM, Jeff Howard <[EMAIL PROTECTED]> wrote: > I have an application that has the ability to search a bunch of records > based on different criteria, i.e. name, date, type etc. The search results > can number in the 100s. Today I've been getting emails from my error > handling that contains the following error message: > > Element is undefined in a CFML structure referenced as part of an > expression. > The error occurred on line 159. > > Google searching the error message, everything I've read so far says this > is the result of a race condition. Also, everything I've read says that > race conditions are caused from issues with shared scope variables. > > My question is this, the page does not write or read from any shared scope > variables. The user merely is clicking an href to scroll to the next page > and variables are passed via a query string. That being said, I'm not > really sure how to resolve the race conditon. > > Here is more debugging info if it will help: > > *Page Laura Came From:* http://mypage > com/index.cfm?page=navmain&pid=POR_tbl3&&startRow=201&searchtype=Requested > By&project_number=&request_by=277&startdate=&enddate=&vendor_name=&market<http://mypage%20com/index.cfm?page=navmain&pid=POR_tbl3&&startRow=201&searchtype=Requested+By&project_number=&request_by=277&startdate=&enddate=&vendor_name=&market>= > > *Template:* /index.cfm > *Query > String:*page=navmain&pid=POR_tbl3&&startRow=226&searchtype=Requested%20By&project_number=&request_by=277&startdate=&enddate=&vendor_name=&market= > > *Message Content*: > > Element is undefined in a CFML structure referenced as part of an > expression. > The error occurred on line 159. > Any help on how to resolve this issue would be greatly appreciated. > > Thanks in advance, > Jeff > ------------------------------------------------------------- Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
