View gist:2141121
package main | |
import ( | |
"fmt" | |
) | |
type Node struct { | |
Value int | |
} |
View standard-form-with-liferay-action-url.jsp
<%@ 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> |
View README-Template.md
Project Title
One Paragraph of project description goes here
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.