This issue might not necessarily be related to cache_actions, but also for documentation purposes I put it here. I hope it helps others who might run into the same issue.
On a views page which is cached using cache_actions, any forms within the view won't get submitted. I assume that the "rules triggered views cache" saves the complete page and returns the cached version before the form submit handlers are called. Meaning that a view which includes forms, should not be cached using cache_actions.
If someone knows more about this, or has any guesses, I would be happy too :)
Comments
Comment #1
lzimmerman commentedI have encountered this as well, and it may be related to the way views caches work for exposed filters, as described in #1882094.