How can I call the action method inside the MVCPortlet class onclick of the Submit button

前端 未结 2 2069
滥情空心
滥情空心 2021-01-26 11:06

I am using Liferay 6 for development.

I have added JQuery support to Liferay this way inside the file liferay-portlet.xml file



        
2条回答
  •  攒了一身酷
    2021-01-26 11:26

    Don't forget to add the following on the top in your jsp:

    <%@ taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %>
    

提交回复
热议问题