weightBased-gridHeader.jsp

12 lines | 716 B Blame History Raw Download
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="s" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ page session="false" %>	



					{title:"<s:message code="label.generic.country.code" text="Country code"/>", name:"regionCode", canEdit:false, canFilter:false},
					{title:"<s:message code="label.shipping.region" text="Region"/>", name:"region", canEdit:false, canFilter:false},
        			{title:"<s:message code="label.generic.country" text="Country"/>", name:"country",primaryKey:true, canEdit:false, canFilter:false}