In IE the error message is "If the component name is specified as a return type, it is possible that either a definition file for the component cannot be found or is not accessible." But this is only happening in IE, not Chrome
On Tue, Sep 6, 2011 at 2:26 PM, Greg Morphis <[email protected]> wrote: > Anyone have experience with session variables being lost in IE but not > Chrome? > > In IE the actual error is: > Detail If the component name is specified as a return type, it is > possible that either a definition file for the component cannot be > found or is not accessible. > Message The value returned from the getmem_id function is not of type > numeric. > > The 2 valuable bits of information is > MEM_ID [empty string] > NEW_ID 3220 > > In the form struct.. > <input type="hidden" name="new_id" > value="#variables.member_id#" /> > <input type="hidden" name="mem_id" = > value="#qMember.mem_id#" /> > > > MEM_ID is populated by a query from a CFC and stored in the session scope. > <cfset qMember = > application.memberGateway.getByAttributesQuery(new_id=variables.member_id) > /> > > So why am I getting this error in IE but not Chrome? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347253 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

