eclipse错误及解决方法
拷贝过来了,供自己学习分享使用
1.不跳转。把struts.xml中/orders-index.jsp 的SUCCESS改为success 2.严重: Servlet.service() for servlet default threw exception java.sql.SQLException: ORA-00932: inconsistent datatypes: expected DATE got NUMBER。 3.严重: Servlet.service() for servlet default threw exception org.spr[......]