| | |
validateat="onsubmit" gives problem when files are published on server
Please support our ColdFusion advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Apr 2009
Posts: 7
Reputation:
Solved Threads: 0
Hello
I am trying to validate a textbox using the OnSubmit setting.
<cfinput type="text" required="yes" validateat="onsubmit">
the validation of the above text field works properly by throwing me a alert box when there is an error and when i test on my localhost server.
But when i transfer the mysite to server where i am going to publish this doesnt work.the validation simply skips.But when i change validateat="onserver" it works properly.
Any ideas?
Thanks
I am trying to validate a textbox using the OnSubmit setting.
<cfinput type="text" required="yes" validateat="onsubmit">
the validation of the above text field works properly by throwing me a alert box when there is an error and when i test on my localhost server.
But when i transfer the mysite to server where i am going to publish this doesnt work.the validation simply skips.But when i change validateat="onserver" it works properly.
Any ideas?
Thanks
•
•
Join Date: Sep 2008
Posts: 331
Reputation:
Solved Threads: 27
Most likely there is a problem with your CFIDE mapping. That folder contains javascript files that are used for the onSubmit validations. If those files cannot be accessed, the validation will not run. Talk to your host about properly configuring the CFIDE mapping.
![]() |
Similar Threads
- Exception in thread "main" java.lang.NoClassDefFoundError: Main/class (Java)
- How to import ".mdb" files into SQL Server 2008? (MS SQL)
- Copying of Files from an FTP server (Visual Basic 4 / 5 / 6)
- problem with "Tkinter" (Python)
- Uploading files from client to server (ASP.NET)
- Loading CSV files to SQL server. (VB.NET)
- How to run asp files on linux server using apache (ASP)
- Have a problem with centering "jpg" files (HTML and CSS)
- google "keyword" question (Search Engine Optimization)
Other Threads in the ColdFusion Forum
- Previous Thread: Cf8 + cfldap
- Next Thread: cfdocument on Mac
| Thread Tools | Search this Thread |





