Hi there. How would you invoke the method defined in you External component through Ajax?
Currently, I have defined it in the ContentXML section of the component --
[External]
...
[Object Scope="local"]wvo.cms.component.foundation.external.service.EmailTemplateService[/Object]
[Method]showEmailServiceResponse[/Method]
[/External]
So when I add this component in a page, the method in my external component is invoked when the page is rendered.
I'd like to know if there's a way to call the method using Ajax *after* the page is rendered.
Any suggestions would be much appreciated.
Thanks!