com.neusoft.unieap.action.EAPActionServlet.process(EAPActionServlet.java:814) >>
org.apache.jasper.JasperException:
null: org.xml.sax.SAXParseException: Attribute "name" was already specified for element "html:hidden".
错误提示表明已经存在name这个属性了,在你的html页面中的隐藏域中,你试试,仅供参考