On Wed, Sep 30, 2009 at 7:16 PM, Brettski <[email protected]> wrote: > Whats the best way to handle ajaxs update like this? just create a > folder under my views called "ajax" or something like that and call it > from my jquery?
So you're returning HTML to replace your div? Then you just want a regular GET request through your Model-Glue app with a view/layout that just returns the HTML you need. You might find this blog entry by Brian Kotek useful: http://www.briankotek.com/blog/index.cfm/2007/7/25/AJAX-Data-Requests-vs-AJAX-Content-Requests -- Sean A Corfield -- (904) 302-SEAN Railo Technologies US -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --~--~---------~--~----~------------~-------~--~----~ Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" 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/model-glue?hl=en -~----------~----~----~----~------~----~------~--~---
