Ticket #348 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)