|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Problem with rules and ftListDataRandom note about rules in FC 5: I have a rule which uses ftListData in to populate a list with options via a function that returns a query. This works fine, but in the web app's UI, when I'm showing the UI, I'm seeing error dumps with this in it: The expression has requested a variable or an intermediate expression result as a simple value, however, the result cannot be converted to a simple value. Simple values are strings, numbers, boolean values, and date/time values. Queries, arrays, and COM objects are examples of complex values. <p> The most likely cause of the error is that you are trying to use a complex value as a simple one. For example, you might be trying to use a query variable in a cfif tag. Here's the offending line: COLUMN 0 ID CF_CAST LINE 165 RAW_TRACE at cflist2ecfc1793078605$funcDISPLAY.runFunction(/Users/ dhughes/Sites/VacationAuction2/www/farcry/core/packages/formtools/ list.cfc:165) TEMPLATE /Users/dhughes/Sites/VacationAuction2/www/farcry/core/ packages/formtools/list.cfc TYPE CFML I get this error once for each item with ftListData used. Thanks, Doug --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Problem with rules and ftListDataFix committed. http://bugs.farcrycms.org/browse/FC-1294 Kind regards -- -- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 9380 4162 f. 02 9380 4204 On 11/05/2008, at 10:51 PM, Doug Hughes wrote: > > Random note about rules in FC 5: > > I have a rule which uses ftListData in to populate a list with options > via a function that returns a query. This works fine, but in the web > app's UI, when I'm showing the UI, I'm seeing error dumps with this in > it: > > The expression has requested a variable or an intermediate expression > result as a simple value, however, the result cannot be converted to a > simple value. Simple values are strings, numbers, boolean values, and > date/time values. Queries, arrays, and COM objects are examples of > complex values. <p> The most likely cause of the error is that you are > trying to use a complex value as a simple one. For example, you might > be trying to use a query variable in a cfif tag. > > Here's the offending line: > > COLUMN 0 > ID CF_CAST > LINE 165 > RAW_TRACE at cflist2ecfc1793078605$funcDISPLAY.runFunction(/Users/ > dhughes/Sites/VacationAuction2/www/farcry/core/packages/formtools/ > list.cfc:165) > TEMPLATE /Users/dhughes/Sites/VacationAuction2/www/farcry/core/ > packages/formtools/list.cfc > TYPE CFML > > I get this error once for each item with ftListData used. > > Thanks, > > Doug > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-beta" group. To post to this group, send email to farcry-beta@... To unsubscribe from this group, send email to farcry-beta-unsubscribe@... For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free Forum Powered by Nabble | Forum Help |