Hi Pankaj, One way you could go is posting to the url of the content item itself, so not to the page. Not: /home/subpage.hml, but for example: /home/subpage/center-content/01 where 01 is the node with the blossom enabled paragraph. What this does is just render the paragraph. You can then either create a mapping in the controller that handles post requests. Or use some other logic to determine whether it's an ajax request or not.
Rgds, Erik On Fri, Nov 15, 2013 at 7:31 AM, Pankaj Sharma (via Magnolia Forums) < [email protected]> wrote: > How we can we use ajax in blossom module.However we can use ajax in spring > but in blossom how to create a controller associated with request mapping > and can call directly from uri without using in template. > > -- > Context is everything: > http://forum.magnolia-cms.com/forum/thread.html?threadId=a4bf260e-b516-4c29-9c2f-1b41c71377dc > > > ---------------------------------------------------------------- > 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]> > ---------------------------------------------------------------- > > ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
