--
FW/1 on RIAForge: http://fw1.riaforge.org/
FW/1 on github: http://github.com/seancorfield/fw1
FW/1 on Google Groups: http://groups.google.com/group/framework-one
That's fine. preserve is the second argument so it will preserve
rc.message across the redirect.
> login.cfm
I don't see #rc.message# in this file?
--
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
Not sure what you're asking... action="index.cfm?login.authenticate"
isn't legal. Did you mean action="login.authenticate"...?
--
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/
<cfform name="login" id="login" action="index.cfm?action=login.authenticate"
method="post">
I think you are getting confused with the action attribute of the form tag. Does that help?
- Miguel
<cfoutput>
--
They have nothing to do with each other.
> It is not working when form action is action="index.cfm?
> login.authenticate".
That's not a valid URL, as I said in my last reply.
--
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/
Dave