> so, here's the deal though.  when i do
> value="#htmlEditFormat(attributes.whatever)#"
> in the output I get quot; instead of "  I
> need it to display " to the user, but not
> break the form somehow.  I know I have done
> this before and it's freaking killing me.

> This is amateur hour shit.

> Freaking guard :(

Well if you're seeing " displayed to the user in the input
element (instead of the view-source), that means you're doubling up
the htmleditformat somewhere -- I would guess that you're using it
both in the input element (where it should be) _and_ in a <cfset> tag
somewhere else... as in...

<cfset attributes.x = htmleditformat(client.x)>

<cfoutput><input value="#htmleditformat(attributes.x)#"></cfoutput>

For some reason I thought htmleditformat didn't double itself up like
that... maybe I'm thinking of CF5.

Anyway... scour the app -- multi-file search in the directory for
"htmleditformat" - remove every instance, then start over putting it
back in all places where it's output to your html page like in the
preview and in the form.


s. isaac dealey     954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:166872
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to