Disable form post while refreshing the page
Suppose you submitted the form and after successful action call you are redirected to the new page. There if you refresh the page, you are asked to submit the form again. In that case, to disable this use the following configuration.
Add this line after <icon> tag in liferay-portal.xml
<action-url-redirect>true</action-url-redirect>
Add this line after <icon> tag in liferay-portal.xml
<action-url-redirect>true</action-url-redirect>
Comments
Post a Comment