I have a custom plugin that adds an admin panel to the Blog Application. The widget is getting cached and not allowing me to save data correctly.
My panel makes an ajax request to a save.vm file that accesses $core_v2_blog.Current.ApplicationId However, it seems like that data is being cached no matter which blog the panel renders on. If I expire the UI cache it works fine for one try, then caches itself again.