Active
Project:
Ajax views refresh
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2009 at 03:33 UTC
Updated:
1 Feb 2010 at 21:34 UTC
sure would be nice, so far it doesn't seem to.
Comments
Comment #1
jide commentedDoes your setup work when using a regular view without Panels ?
Comment #2
jthomasbailey commentedNow that you mention it, no it isn't. I created a page and created a "comments" view that I embedded in it with PHP, and when I add a comment the Ajax Module does what it's supposed to but the View isn't updating.
Here is the view:
I'll post whatever is helpful from Firebug, but I'm not getting any errors. Tried updating Jquery to 1.3.2 but that didn't do it either. Stumped.
Comment #3
jthomasbailey commentedAha! had a little mix up with the Node Comments module. Now it works in the non-panels page, still working on the panels one.
Comment #4
jthomasbailey commentedwell, I'm about to give up on this... unless someone can testify that they have actually seen it update a view within a panel with their own eyes.
Comment #5
bhylenski commentedI know this may sound silly, but i was bangin my head on this one...then did these exact steps...
I'm using formblock, ajax disable redirect. panels, views and ajax refresh to accomplish this.
Create panel (two column.)
Left column is guestbook via views block (in the panel.)
right column is guestbook entry form. Created via formblock
Under ajax settings I checked disable ajax redirect, use ajax for guestbook content type and ajax views refresh.
AS SOON AS I CHECKED THESE SETTINGS....ran a test...FAILED...cleared cache...SUCCESS.
Checkout the disable redirect and clear cache possibilities....good luck!
Comment #6
pimousse98 commentedHi everyone,
This seems to work also with Panels' built in form integration (by using a context/argument that is "node add form"). The view will refresh if the option "use ajax" is checked for the view itself, but not otherwise.