I'm having a problem with the External Link Rule. The update method is failing with the following error:
Element OBJECTID is undefined in STOBJ. The error occurred in farcry_core\packages\rules\ruleLinks.cfc: line 51 49 : <form action="" method="POST"> 50 : <table width="100%" align="center" border="0"> 51 : <input type="hidden" name="ruleID" value="#stObj.objectID#"> 52 : <tr> 53 : <td width="20%" colspan="1" align="right"> It appears that line 27, of farcry_core/packages/rules/ruleLinks.cfc, is returning an empty structure, thus causing this error. The line in question calls the fourq getData method. 27: <cfset stObj = this.getData(arguments.objectid)> The News Rule appears to be very similar to the Eternal Link Rule, however the news rule seems to be working. I've compared the ruleLinks.cfc to the ruleNews.cfc but I'm having a hard time determining what is causing this error. Any help would be greatly appreciated. I'm running build 210 with the latest fourq setData.cfm posted by Brendan yesterday. Thanks, --Nathan --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
