Title:
Bug 79230: definitely defined, I have done a cfoutput of it and it always displays perfectly, which leads me to believe that it is an ORM problem
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Cameron Jacobs / Cameron Jacobs (Cameron.Jacobs)
Created: 08/02/2009
Components: ORM Support
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Mac 10 All
Vote Count: 0
Problem:
definitely defined, I have done a cfoutput of it and it always displays perfectly, which leads me to believe that it is an ORM problem. Also, the error is slightly intermitant... it comes up with the error most often, but occasionally it works perfectly with the only difference being a reload of the browser.
Method:
Run a CFLayout type="tab" with more than one cflayoutarea using source="". The initial loads will throw an error
Result:
I have some new code that I am working with that looks like the following<cflayout type="tab"> <cflayoutarea title="Main Info" name="mainTab" source="main.cfm?id=#id#" refreshOnActivate="true"/> <cflayoutarea title="Contacts" name="contactTab" source="contact.cfm?id=#id#" refreshOnActivate="true"/></cflayout>Inside main.cfm and contact.cfm are entityload statements. Each of the pages works perfectly individually run directly through the URL and they work perfectly inside the cflayout if they are alone (commenting out one of the cflayoutarea lines). However, if I have them both running, the first one that displays throws an error:The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.Null Pointers are another name for undefined values.2 : <cfparam name="mode" default="edit"/>3 : 4 : <cfset fac = entityLoad('facility', id, true)/>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039519
External Customer Info:
External Company:
External Customer Name: Cameron Jacobs
External Customer Email: 15510C51456F27C6992015C3
External Test Config: 08/02/2009
Attachments:
Comments: