首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

通用的枚举门类

2013-10-10 
通用的枚举类型写一个接口spring:evalexpressionT(com.overallsituation.SexType).getLabelMap()var

通用的枚举类型

写一个接口

<spring:evalexpression="T(com.overallsituation.SexType).getLabelMap()"var="sexType"></spring:eval><select name="sexType" class="select" reg="\S"><c:forEach var="map" items="${sexType}"><option value="${map.key }" ${command.sexType==map.key?'selected':''}>${map.value }</option></c:forEach></select>

热点排行