So I have a page that is loaded via a jQuery $('#divid).load() method that
loads just fine until I add an ajax behavior to an actionlink that is
included on the page at which point it no longer renders. If I go the url
directly /page/page.htm it renders correctly.

When called via ajax the logs show
[Click] [info ] handleRequest:  /groups/groups.htm - 31 ms

While when called directly I see
[Click] [info ] renderTemplate: /groups/groups.htm - 43 ms
[Click] [info ] handleRequest:  /groups/groups.htm - 70 ms

So it appears that renderTemplate isn't being called

Any ideas as to what might be going on here?

Thanks, Damian

Reply via email to