In <01A056931BA6D011AE630000F84A801204446FA6@KSCMBS41>, Howell, Katie 
([EMAIL PROTECTED]) in a fit of unbridled passion, 
wrote:
> I'm having a problem processing a text area.  It seem if a user enters
> anything with  single quotes, double quotes or the percent sign it causes
> problems.  The text area looks like:
> <textarea cols=50 name="req_just" rows=5 wrap=virtual
> class="sgs8n"></textarea>
> 
> and on the processing page I have this for validation:
> 
> <CFIF FORM.REQ_JUST Is "">
>       You must enter the justification.<br>
>       <a href="javascript:history.back()">Back</a>
>       <CFABORT>
> </cfif>
> 
> The user gets the following error:
> Error Occurred While Processing Request
> 
> Error resolving parameter FORM.REQ_JUST
[snip]

Make a default value for the form, as: <cfparam name="form.req_just" 
default="">

That should fix it for you.

HTH,
-R
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to