ohh yes.. Thanks a lot.....!!!! On Mon, Mar 9, 2009 at 10:56 AM, Azadi Saryev <[email protected]> wrote:
> > that's because you are probably over-writing some variable you created > to hold the action with each subsequent action... > use an array or structure to hold all your action, append each new > action taken to this array/structure, then loop over it to display all > actions taken > > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com/ > > > > Priya Koya wrote: > > Yes, I can use select statement but I am able to display only the latest > > taction taken to the coldfusion page but not all the list of actions > taken > > in a user session. > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:320283 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

