Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinlau/3348711 to your computer and use it in GitHub Desktop.
Save martinlau/3348711 to your computer and use it in GitHub Desktop.
Portlet JSP illustrating liferay's actionURL and form
<%@ taglib prefix="liferay-portlet" uri="http://liferay.com/tld/portlet" %>
<liferay-portlet:actionURL varImpl="submitURL" />
<form action="${submitURL}" method="get">
<liferay-portlet:renderURLParams varImpl="submitURL" />
<input type="text" name="query" />
<input type="submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment