states.ftl
上传用户:hbzhoufeng
上传日期:2009-12-23
资源大小:75k
文件大小:0k
源码类别:

OA系统

开发平台:

Java

  1. <#assign geoFindMap = Static["org.ofbiz.core.util.UtilMisc"].toMap("geoTypeId", "STATE")>
  2. <#assign geoOrderList = Static["org.ofbiz.core.util.UtilMisc"].toList("geoName")>
  3. <#assign states = delegator.findByAndCache("Geo", geoFindMap, geoOrderList)>
  4. <#list states as state>
  5.     <option value='${state.geoId}'>${state.geoName?default(state.geoId)}</option>
  6. </#list>