Hi,
I have some code that runs beautifully under transfer 1.0 but is
failing under 1.1, giving this error:
Element MEMENTO.ID is undefined in ARGUMENTS.
The error occurred in C:\www\website\html\root\admin\model\data
\transfer\trials.TrialFixture
$4F67A6E387FF2A2302DCA3707DF54DD2.transfer: line 172
Called from C:\www\cf-frameworks\transfer_v1.1\transfer\com\dynamic
\TransferPopulator.cfc: line 59
Called from C:\www\cf-frameworks\transfer_v1.1\transfer\com\dynamic
\DynamicManager.cfc: line 72
Called from C:\www\cf-frameworks\transfer_v1.1\transfer\com
\Transfer.cfc: line 120
Called from C:\www\website\html\root\race\TrialFunctions.cfc: line 737
Called from C:\www\website\html\root\trial-results.cfm: line 13
Called from C:\www\website\html\root\Application.cfc: line 63
170 : if(NOT getIsPersisted())
171 : {
172 : setid(arguments.memento.id);
173 : }
174 : setPropertyMemento(arguments.memento);
Any advice on why this might be happening, and what it means? Is
there something different I need to do to make it compatible with 1.1?
Thanks!
Andrew.
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---