Friday, March 7, 2014

Ajax call using jQuery in Liferay Spring Portlet

1. JSP Code


2. Method code in controller class



1 comment:

  1. Hi!
    Also you can receive data in serveResource?
    Can I receive name:"hello123" ???

    I have tried : String name = ParamUtil.getString(request, "name");

    But is not working ...
    Any suggestions?
    Thanks!

    ReplyDelete