Yup, I posted nearly the exact same thread (only I included the fix ;))
here:
http://groups.google.com/group/model-glue/browse_thread/thread/e60a9cf3205717b2/e6b2215986652489

For what it's worth, the extra line-breaks don't stop your form from working
correctly (in the browsers I tested with)... but nonetheless, it's been
fixed. :)

Adam

On Wed, Sep 24, 2008 at 3:59 PM, Dan Wilson <[EMAIL PROTECTED]> wrote:

> You have an outdated version. The MG:G Trunk has had output="false" since
> 6/27.
> Please update your SVN to the latest.
>
>
> DW
>
>
>
>
>
>
> On Wed, Sep 24, 2008 at 3:54 PM, Clint <[EMAIL PROTECTED]> wrote:
>
>>
>> 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> ...
>> >
>> >
>>
>>
>>
>
>
> --
> "Come to the edge, he said. They said: We are afraid. Come to the edge, he
> said. They came. He pushed them and they flew."
>
> Guillaume Apollinaire quotes
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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