Author: sandeep saini
Short Link:http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:61072#331843
I have a login page. I am passing UID and Passwd,then calling a new event
(index.cfm?event=newEvent) which calls a listener which finally goes to DAO cfc.
In this DAO CFC I am authenticating user and setting a variable in event object,
so that I could get it back. My problem is that as soon as I click LOGIN on login
page, nothing happens(just page refreshes). I checked contents of EVENT object,
it just have UID and Passwd i entered, and nothing else. Whats wrong is going on
here.
Thanks