Answered
Form Value
I am having a problem with the following. I created a form
and i created a index.cfm. The form takes the users password and
login name and the index processes, or invokes it to
application.cfc. For some reason when I put the information in and
press the submit button, the index.cfm says that the values did not
carry over. I put a cfdump at the top of index.cfm and it says that
the values carried over, I also put a <cfdump>beyond
<cfinvoke component="application" method="verify"
returnvariable="UserInfo"> the value is still kept in
FORM.USERLOGIN. it isnt lost until i put FORM.USERLOGIN into a
arguments varible all hell breaks then. the coding is below!! Debug
away!