Ticket #200 (closed defect: duplicate)
edit error with Oracle
| Reported by: | Bryan S | Owned by: | somebody |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Version: | Severity: | major | |
| Keywords: | Cc: |
Description
IMPORTANT NOTE - I now have a great deal of debugging code in the framework so the actual line numbers will often be different in the original code
D:\Inetpub\wwwroot\ModelGlue?\unity\xsl\edit.xsl [ change .get to Record.get]
<!--- Original Code --->
<cfelse>
#<xsl:value-of select="object/alias"/>.get<xsl:value-of select="object/labelfield"/>()#
</cfif>
<!--- Fix to problem shown below --->
<cfelse>
#<xsl:value-of select="object/alias"/>Record.get<xsl:value-of select="object/labelfield"/>()#
</cfif>
Oops! Message Variable TESTALIASTableName is undefined. Detail Extended Info Tag Context D:\Inetpub\wwwroot\AppSecurityManager?\views\generated\frmTestAliasTableName.cfm (23) D:\Inetpub\wwwroot\ModelGlue?\unity\view\ViewRenderer?.cfm (4) D:\Inetpub\wwwroot\ModelGlue?\unity\view\ViewRenderer?.cfc (25) D:\Inetpub\wwwroot\ModelGlue?\unity\framework\ModelGlue?.cfc (395) D:\Inetpub\wwwroot\ModelGlue?\unity\framework\ModelGlue?.cfc (300) D:\Inetpub\wwwroot\ModelGlue?\unity\framework\ModelGlue?.cfc (263) D:\Inetpub\wwwroot\ModelGlue?\unity\ModelGlue?.cfm (75) D:\Inetpub\wwwroot\AppSecurityManager?\index.cfm (53)
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)