struts2出现重复验证提示字符
到spring的配置文件 applicationContent.xml中去改:
如: <bean id="savePlacardTypeAction" class="com.pms.action.base.PlacardTypeSaveAction" scope="prototype">
<property name="placardTypeService" ref="placardTypeService"> </property>
</bean>
-------图例:-----------
如: <bean id="savePlacardTypeAction" class="com.pms.action.base.PlacardTypeSaveAction" scope="prototype">
<property name="placardTypeService" ref="placardTypeService"> </property>
</bean>
-------图例:-----------