Skip to content

Instantly share code, notes, and snippets.

@chingovan
Created July 10, 2015 09:48
Show Gist options
  • Save chingovan/8c05cc2f7577df751b30 to your computer and use it in GitHub Desktop.
Save chingovan/8c05cc2f7577df751b30 to your computer and use it in GitHub Desktop.
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
<%@ taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme"%>
<%@ taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui"%>
<%@ taglib uri="http://alloy.liferay.com/tld/aui" prefix="aui"%>
<%@page import="javax.portlet.PortletURL"%>
<%@page import="com.liferay.portal.kernel.util.ParamUtil"%>
<%@page import="com.blogspot.chingovan.tutorial.combine.search.StudentDisplayTerms"%>
<%@page import="com.blogspot.chingovan.tutorial.combine.search.StudentSearchContainer"%>
<%@page import="com.blogspot.chingovan.tutorial.combine.service.StudentLocalServiceUtil"%>
<portlet:defineObjects />
<liferay-theme:defineObjects />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment