Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save martinlau/3348592 to your computer and use it in GitHub Desktop.
Save martinlau/3348592 to your computer and use it in GitHub Desktop.
Portlet JSP illustrating a standard actionURL and form
<%@ taglib prefix="portlet" uri="http://java.sun.com/portlet_2_0" %>
<portlet:actionURL var="submitURL" />
<form action="${submitURL}" method="post">
<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