Hello,
I am attempting to use Spring MVC Portal and Ajax (using liferay 6, tomcat). Am new to Liferay and Spring Portlet MVC.
From documentation I have seen, I need to create a class that implements the ResourceAwareController interface, create
a resource URL which maps to the class/method.....
So far, having create an XMLHttpRequest object and invoked send()..., I've not been able to invoke the
handleResourceRequest method of the ResourceAwareController interface.
Is there some full sample code that I can view that shows the correct process? including controller(s), jsps, xml
mapping files etc.
Thank you,
Simon


Reply With Quote