On Tue, Sep 9, 2014 at 1:14 PM, Aruj Parajuli <[email protected]>
 wrote:

> I have been try to make app with some of form validation. When i run my
> app in local server the form validation works well but as soon as i upload
> to Google App Engine the form validation doesn't work?
>
> What can be cause of such error?
>



JavaScript runs on the client-side so App Engine is not the issue here.
Most likely the problem is that the JS files aren't being downloaded
correctly, or linked to in the proper manner.

Are you running the app within the App Engine development server, or
another local server? Are you embedding the JS code within a HTML page, or
extracting it as a standalone .JS file and importing it into the HTML page?
If you are importing the JS code, what do the file paths look like? Do they
look similar to this: http://stackoverflow.com/a/13829726 ?

Finally, do you have Google Chrome installed? If so, browse to the hosted
page then go to your toolbar > Tools menu > JavaScript console. Do you see
any errors listed there?


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to