I just ran into a small bug running against the latest svn version of
MG3. Within a controller I have this code (Lets ignore for the moment
that this probably belongs in a view):
<cfsavecontent variable="classicViewLink">
<a href="<cfoutput>#arguments.event.getValue("myself")
##arguments.event.getArgument("xe")#</cfoutput>">
Classic View
</a>
</cfsavecontent>
I end up with white space in my href that breaks the link. I tracked
it down to the getArgument() function and was able to suppress the
white space by adding an output="false" to getArgument in
http://svn.model-glue.com/trunk/ModelGlue/gesture/eventrequest/EventContext.cfc
. I looked for a public bug database, but didn't find it. Can someone
point me in the right direction?
--~--~---------~--~----~------------~-------~--~----~
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 .
-~----------~----~----~----~------~----~------~--~---