Jason Fisher wrote: > If you're using <cfparam then you need the # signs >
Or get rid of the quotes. > <cfparam name="session.pageList" default="#arrayNew(1)#" /> I.E. This also works. <cfparam name="session.pageList" default = arrayNew(1) /> <!--- note the lack of quotes in the default parameter ---> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320358 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

