Your suggestion does work (I didn't even need the <cfsilent> tags
wrapping the <cfset>.

I checked EventContext.cfc::linkTo and sure enough, it was missing the
output="false" attribute. Although, the method it delegates to in
UrlManager.cfc does have it set.

On Sep 24, 2:24 pm, Jared Rypka-Hauer <[EMAIL PROTECTED]> wrote:
> Are all those carriage returns in there how you have it, or is that  
> my IM client shortening the lines?
>
> I might suggest:
>
> <cfsilent>
>         <cfset dest = event.linkTo("user.login.process")>
> </cfsilent><form method="post" action="#dest#">
>         <input type="submit" />
> </form>
>
> I wonder if event.linkTo() is missing the output="false" attribute?  
> I'll check...
>
> J
>
> On Sep 24, 2008, at 1:38 PM, Clint wrote:
>
>
>
> > I have a view that has only the following code in it:
>
> > <cfoutput>
> > <form method="post" action="<cfprocessingdirective
> > suppresswhitespace="true">#event.linkTo('user.login.process')#</
> > cfprocessingdirective>">
> >    <input type="submit" />
> > </form>
> > </cfoutput> ...
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to