Xiaofeng Liu
unread,May 9, 2012, 10:28:48 PM5/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to farcry-dev
Hi guys,
Just want to see if anyone can give me some help on this one.
I have a custom type called 'FAQs'. After I've done it, it's been
deployed and clients started using the feature and all going well.
Now the client wanted to make some change so I will need to add in a
new property into this type:
<cfproperty ftSeq="23" ftwizardStep="Display Details"
ftFieldset="Display" ftLabel="Display Order" name="displayOrder"
type="numeric">
After deploying the new property in farcry types interface, when I
edit an existing faq record, I got error:
There was a problem with that last request!
Please push "back" on your browser or go back home
Error Details
Message Element displayOrder is undefined in a CFML structure
referenced as part of an expression.
Exception Type Expression
Detail
Tag Context
C:\dev\metcash\www\myiba_farcry\farcry\core\tags\wizard\object.cfm
(line: 240)
C:\dev\metcash\www\myiba_farcry\farcry\core\tags\wizard\object.cfm
(line: 228)
C:\dev\metcash\www\myiba_farcry\farcry\core\tags\wizard\object.cfm
(line: 15)
C:\dev\metcash\www\myiba_farcry\farcry\core\tags\wizard\object.cfm
(line: 1)
C:\dev\metcash\www\myiba_farcry\farcry\core\packages\types
\types.cfc (line: 842)
C:\dev\metcash\www\myiba_farcry\farcry\core\webtop\conjuror
\invocation.cfm (line: 161)
It's kind of strange coz it only happened on certain records but not
all of them.
If I create a new record, there is no problem at all.
I feel like this is a bug in FarCry. Has anyone had the some problem
before?
Any help would be much appreciated.
Cheers,