2009/1/8 Joe Riopel <[email protected]>: > Is there a web helper function, that has the same behavior as > h.link_to_remote does, that can be used with a <select> input? I would > like to update an element on my page, when the user selects an option > in the drop down.
Pylons is going to drop support for JavaScript and AJAX. If you want to keep that functionality, you'll have to copy the module and maintain it yourself. It seems that the web development community now tends to think that generating a lot of in-line JavaScript server-side was not such a good idea after all. From my experience, I'd say the main reasons for that are that it's hard to debug and it bloats pages with a lot of duplicate code. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
