I've started using the Fusebox 3 methodology for coding our site, and I've run into a bit of a snag.
I've learned a lot of my fusebox knowledge from and in one of the tutorials on the site, it shows how a simple login page might be coded. They pass the Username and Password to a fuseaction. There, the query file "accepts" the information and then, in the query file they reference the Username and Password using #attributes.userName# and #attributes.password#, and I have no idea where the "attributes" came from.
I'm relatively certain that #attributes# has something to do with <cfparam>, but I'm not sure. Any help would be greatly appreciated.
Thanks in advance,
Rats
I've learned a lot of my fusebox knowledge from and in one of the tutorials on the site, it shows how a simple login page might be coded. They pass the Username and Password to a fuseaction. There, the query file "accepts" the information and then, in the query file they reference the Username and Password using #attributes.userName# and #attributes.password#, and I have no idea where the "attributes" came from.
I'm relatively certain that #attributes# has something to do with <cfparam>, but I'm not sure. Any help would be greatly appreciated.
Thanks in advance,
Rats