ColdFusion MX 7.0.2 is not working properly on my local machine with the 
following code:

<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.

I've uninstalled and reinstalled CF twice now, but still the same results. I 
believe its something unique to this computer, but have no idea what. Any ideas?

Steve Moore

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:252813
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to