What is the issue with this, and if this is bad, any suggestions?   Created a 
structure called session.bigquery so it would be in session for use throughout 
a few pages....
 
after a form submit, doing this:
 
  <cfscript>
   
   StructInsert(session.bigquery, "state", form.state);
   
   </cfscript>
 
which yields the impertinent "You have attempted to dereference a scalar 
variable of type class java.lang.String as a structure with members."
 
Help?!
Thanks!

Eric

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183975
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to