> <cfform action="temp.cfm" method="post"> > Address: <cfinput type="text" name="address" size="40" maxlength="50" > required="yes" message="Please enter your address" validateat="onServer"> > <input type="submit" value="Submit Form"> > </cfform> > > When I submit the form without entering anything in the field, I should get a > CF generated error message that the form entry is incomplete. Code behaves > properly on my test and production server, but not my local machine running > Win XP SP2. Instead of displaying this error, it displays nothing. And I > really mean nothing, a completely blank page. Viewing the source shows the > same thing, nothing. If I change the validateat to "onSubmit" it behaves > properly, with a Javascript error. >
Probably a stupid suggestions, but... have you submitted the form both by hitting "Enter" key and by actually clicking the submit button? Years ago I used to see this behavior submitting forms that have only a single field other than the submit, where certain circumstances will cause the field to not post. This is not a CF issue. I can't remember whether it was an IE-specific thing (along the lines of how IE doesn't pass the name of the submit button when enter key is used to submit). Cheers, Kris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252964 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

