On Jan 31, 5:31 am, "Leslie P. Polzer" <[email protected]> wrote: > Seems plain enough to me: > > (when (and (ajax-request-p) > (flash-old-messages obj)) > ;; FX stuff > > Your code snippet doesn't allow for any AJAX reqs.
Ok, I understand what you meant now. however, isn't the navigation widget supposed to submit requests via ajax by default? The links are rendered by RENDER-LINK with ajaxp set to T [(render-navigation-menu) - > (render-menu) -> (render-link)]. It doesn't seem to be doing so: httpfox shows normal GET requests without the additional headers that would indicate an ajax request, and the effects aren't executed. So what am I missing about the navigation widget? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" 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/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
