Anyone have any problems with hidden form fields and Macs? I've got someone using a CF site I've done, they're using Mac OS9 & IE5 (I think).
Problem seems to be that boolean hidden fields (values set to "TRUE" or "FALSE") seem to be getting spaces added to them abitrarily. At least, when I use <cfif Trim(form.hiddenField)> rather than <cfif form.hiddenField> I don't get the "cannot convert to boolean" error. Instead of fiddling around with every hidden boolean in the app (it's quite complex), I'm considering just running a custom tag to loop through the Form scope every time one's submitted and Trim everything regardless. But this seems like worse than a hack, just flailing blindly! Anyone have any similar experience or ideas on this? Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

