> >> with Magnolia 4.3 is allowed requests to paragraphs (snipped/ajax) >> in terms that URI to a paragraph renders the paragraph (without any >> page rendering) by extending the AggregatorFilter > > Any hint about how to get started with that? In the pre-4.3.x "Filters" at http://documentation.magnolia-cms.com/reference/filters.html#AggregatorFilter I see the filter listed, but I can't find anything in Magnolia core that seems to act on derived classes. > > Or: maybe all I need to know is the URL through which I can request a paragraph directly?
Example: http://demopublic.magnolia-cms.com/demo-project/about/subsection-articles/article/extras/extras1/0.html Wether it "works" or not is highly dependent on the paragraph being rendered of course: this fails miserably because it depends on the parent (the page) being rendered too: http://demoauthor.magnolia-cms.com/demo-project/about/subsection-articles/article/main/00.html as it has dependency on parent, can we access it using URI, e.g. using a blossom module and we can create a service and define @RequestURI, can we use such service directly from URI, may be as a AJAX call for server which returns json data. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f70dc9cd-52e3-405b-b488-fdd4d0f43d45 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
