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>

Very simple, it's just a placeholder at the moment.  The HTML that is
rendered looks like this:

<form method="post" action="



        index.cfm?event=user.login.process">
        <input type="submit" />
</form>

Note the large amount of whitespace in the value of the action
attribute of the form element. I have "Enabled Whitespace Reduction"
in the CF Administrator and have also wrapped the entire contents of
index.cfm with <cfprocessingdirective suppressWhiteSpace="true"> tags.

Any ideas?  This is Model-Glue 3 of CFMX7.

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