Hi Richard Unger, Thanks for your reply.
I was applied your suggestion. After that, I am able to exclude the entire page from magnolia by using URIStartsWithVoter or URIRegexVoter. The same way I tried to exclude the component (Page should cached by magnolia). The component configuration is: [code]+component - modelClass : model.componentClass - renderType : stk - templateScript : componentTemplate.ftl - title : My Component[/code] We are able to make ajax call with multiple parameters in the URI. Then we are receiving the request in the model class. From the model class we are setting the URI parameter values to the browser cookie and redirecting to an external source. In this case we are not getting any ajax response. We implemented the component of the page should get the value from the cookie. The problem is, if the page is not cached, it is working fine. If the page is cached, we didn't get the cookie value updated in that component. Please guide me to exclude the component alone. Remaining components in that page can load from the cache. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=a08e6089-245f-4d43-b11d-d6ec0053d6db ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
