Does anyone know how to keep CF from stripping extra spaces (ie. seven) 
from a form submission?  I am trying to get a form to submit a value 
(example: abc       123) to java object, but when I get the output 
before I go to the java object I see (example: abc 123).  Is there any 
way to keep this from happening?  

BTW: When I insert ascii spaces to the value before I send the value 
through the form, the form keeps the extra white space but Java can not 
read the ascii characters.

I am using CF4.5 and the CFFORM tags.

Thanks in advance.

--Michael

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to