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 rendered from Pylons

http://www.nhytro.de/val/validation.html

I´m sorry if its in German, but a quick test is to press the submit
button, the page does not get sent as expected, but when this page is
rendered from Pylons, it gets sent no matter what.

Thanks



On Jul 13, 9:08 pm, "Jose Galvez" <[EMAIL PROTECTED]> wrote:
> 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 not familir with
> jquery (I'll look that up right now), but I would assume the problem your
> having is with links back to the plugin not working? could you post some
> example code of what works and what does not?
> Jose
>
> 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, embedded in a standalone
> > HTML file works very well, and never tries to submit the form till it
> > is properly validated, I have been at this for almost two days now and
> > the problem seems to be by Pylons/Routes. I have made several diffs of
> > the rendered page and the standalone, no difference.
>
> > My questions; what exactly gets triggered when one clicks on a submit
> > button? What are the chain of events.does anyone have any idea what I
> > ´m doing wrong?
>
> > Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to