Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-15 Thread voltron
It works! After a few days of not staring at the code in puzzlement, I decided to investigate what Erik and Jose suspected; they were right. Since I had started developing the app with all the static files in the applications public folder, I had forgotten to delete them when I started using

Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-13 Thread Jose Galvez
Dear voltron, Routes uses the rules to figure out what controller and action to pass the request to. I can get complicated, but once your request has been passed to your controller routes does very little. I'm not sure what you mean by the standalone html works but a rendered page does not. I'm

Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-13 Thread Jose Galvez
Which plugins are you using? On 7/13/07, voltron [EMAIL PROTECTED] wrote: This is making me go crazy. I have a form that is using Jquery and a plugin for validation. from the server, rendered from pylons, clicking on the submit buttons just send the form, no matter what. The same form,

Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-13 Thread voltron
I´m using this plugin http://bassistance.de/jquery-plugins/jquery-plugin-validation/ On Jul 13, 9:15 pm, Jose Galvez [EMAIL PROTECTED] wrote: Which plugins are you using? On 7/13/07, voltron [EMAIL PROTECTED] wrote: This is making me go crazy. I have a form that is using Jquery

Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-13 Thread Jose Galvez
I bet thats whats going on too, can I get a link the the actual pylons rendered page? Jose On 7/13/07, Erik Jones [EMAIL PROTECTED] wrote: On Jul 13, 2:22 pm, voltron [EMAIL PROTECTED] wrote: Hi Jose! Thanks for your reply. Here is a link to the standalone version. What I mean by

Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-13 Thread Erik Jones
On Jul 13, 2:22 pm, voltron [EMAIL PROTECTED] wrote: Hi Jose! Thanks for your reply. Here is a link to the standalone version. What I mean by standalone is that it is not rendered by Pylons at all. The static. What drives me crazy is that this static page is an exact copy of what is

Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-13 Thread voltron
Yes Erik, the javascript is being included because all the validation fields work except the checkboxes. I use always FireFox and Firebug for testing and debugging, Firebug does not show errors for the page for javascript, CSS or HTML, The console is also empty. No errors. It is a very strange

Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-13 Thread Jose Galvez
That would be great, I'd be happy to test it here if you want to email it to me my email is [EMAIL PROTECTED] Jose On 7/13/07, voltron [EMAIL PROTECTED] wrote: Yes Erik, the javascript is being included because all the validation fields work except the checkboxes. I use always FireFox and