Ticket #200 (closed defect: duplicate)

Opened 20 years ago

Last modified 19 years ago

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 --->

&lt;cfelse&gt;

#<xsl:value-of select="object/alias"/>.get<xsl:value-of select="object/labelfield"/>()#

&lt;/cfif&gt;

<!--- Fix to problem shown below --->

&lt;cfelse&gt;

#<xsl:value-of select="object/alias"/>Record.get<xsl:value-of select="object/labelfield"/>()#

&lt;/cfif&gt;

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)

Change History

Changed 19 years ago by joe.rinehart

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.