In your controller, where you broadcast "authenticate", do a dump and an
abort before you do arguments.event.addResult().

It's possible that arguments.event.addResult("loggedIn") is being set, and
that would bring you to your home event based on your results/result tag.

<result name="loggedIn" do="Home" />

That's how I see your code bringing you to your Home event.

- Doug

-----Original Message-----
From: Dinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 06, 2007 1:59 PM
To: CF-Talk
Subject: Re: Model-Glue and Form handling

Ah, I see you'd said it was in the HTML.

Hmm... All I can think is cfdump dump dump.  Or try out the new
debugger for cf8, perhaps?

;-)

It probably is something "right there"... hmm... you can try on the
model-glue list on googlegroups, for more MG eyes on the type, so to
speak.  =]


On 7/5/07, Yves Arsenault <[EMAIL PROTECTED]> wrote:
> Thanks for the reply.
>
> I actually had the entire form wrapped in <cfoutput>s....
>
> When I look at the source, I see action="index.cfm?event=LogonAttempt"
>
> Yves
>
> On 7/5/07, Dinner <[EMAIL PROTECTED]> wrote:
> >
> > Might be as simple as you forgot to wrap the #'s with <cfoutput>s.
> >
> > Happens to me quite often*-  just view the source, using firebug or
> > whatnot,
> > and verify that it is sticking the correct URL in there.
> > *I used to wrap the whole page in a <cfoutput>. Now I don't.  Thus...
> > habits.
> >
> > HIH
> > :D
> >
> >
> > On 7/5/07, Yves A wrote:
> > >
> > > Hey there,
> >
> >
> > ....
> >
> >
> >
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283106
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to