Created
July 10, 2015 09:48
-
-
Save chingovan/8c05cc2f7577df751b30 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ 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