Argh - trying to dev a CF 5 app on box running MX 7 - and I can't always 
remember what won't work in CF 5!

OK - form validation...


<cfinput id="firstName"
  name="firstName"
  type="text"
  required="Yes"
  message="You must enter your first name"
  maxLength="25" />


According to CF 5 docs, I don't see a darned thing wrong with that. It 
runs fine locally too. When I put it out on the testing server (CF 
version unknown, but probably 6 or something...), the above is IGNORED 
completely and the form submits...

If I do a view-source for the page containing the form, the proper 
javascript seems to have been generated for the page.

Any idea what might be causing this?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229643
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to