Ticket #348 (closed defect: fixed)

Opened 17 years ago

Last modified 17 years ago

Extra white space returned when calling event.getArgument

Reported by: teamteama Owned by:
Priority: normal Milestone:
Version: 3.0.178 Severity: normal
Keywords: Cc:

Description

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> <cfdump var="#classicViewLink#" /> <cfabort>

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/EventC... .

Change History

Changed 17 years ago by DanWilson

This is implemented in the Release Candidate Build

Changed 17 years ago by DanWilson

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.