Hi there,

I just wanted to replie to this thread..... the template that I was using
had an open form tag in it....

Really weird.... anyways, everytime I would submit the form, it was
submitting to that form tag's action.
Which was pointing to index.cfm.

I would have pulled my hair out over this a couple days ago.... if it
weren't for the fact that I shave my head.
:-)

Yves

On 7/6/07, Doug Arthur <[EMAIL PROTECTED]> wrote:
>
> 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,
> > >
> > >
> > > ....
> > >
> > >
> > >
> >
> >
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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

Reply via email to