`

Servlet.service() for servlet jsp threw exception struts2 标签异常

 
阅读更多

严重: Servlet.service() for servlet jsp threw exception

tag 'select', field 'list', id 'entInterNumber', name 'entInterNumber': The requested list key 'innerNumbers' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]

at org.apache.struts2.components.Component.fieldError(Component.java:231)

at org.apache.struts2.components.Component.findValue(Component.java:293)

at org.apache.struts2.components.ListUIBean.evaluateExtraParams(ListUIBean.java:79)

at org.apache.struts2.components.Select.evaluateExtraParams(Select.java:99)

 

 

 

 

------------------------------

 

原因是由于 Action 里面没有写对应的  get() ,set() 方法, 或者写错了。

 

 

 

 

 

 

 

分享到:
评论

相关推荐

    struts常见错误以及解决

    通过以上分析和解决方案,我们可以有效地解决在Struts框架开发过程中遇到的`Servlet.service() for servlet jsp threw exception`这一异常问题。希望这些解决方案能够帮助开发者们提高开发效率,减少不必要的麻烦。

    解决struts2下载异常的jar包 struts2-sunspoter-stream-1.0.jar

    2011-1-8 20:34:20 org.apache.catalina.core.StandardWrapperValve invoke 严重: Servlet.service() for servlet default threw exception java.lang.IllegalStateException at org.apache.catalina.connector....

    java异常解决方案.docx

    * Servlet.service() for servlet jsp threw exception java.lang.Error: Unresolved compilation problem: + 解决方案:检查 Servlet 的配置文件是否正确,是否存在语法错误或格式不正确的问题。 * java.lang....

    struts常见异常及处理

    “Servlet.init() for servlet action threw exception” - **异常描述**:ActionServlet 初始化时抛出异常。 - **解决方案**: - 查看具体的异常信息及其堆栈跟踪,了解异常发生的具体位置。 - 检查 `Action...

    Struts常见错误汇总.txt

    #### 八、Servlet.init() for servlet action threw exception 此异常通常是在 Struts 初始化过程中抛出的,可能是由于配置错误或其他初始化时的问题导致。 **解决方案:** 1. **检查 struts-config.xml 文件**:...

    SSH错误集锦

    11. “Servlet.init() for servlet action threw exception” 这个错误通常发生在后面会显示一个关于 ActionServlet 的异常堆栈信息,其中指出了异常具体出现在代码的哪一行。解决方法是检查代码,找到异常的来源,...

    java 遇到的各种异常

    `Servlet.service()` for servlet jsp threw exception: `java.lang.Error: Unresolved compilation problem`** - **异常描述**:JSP编译失败。 - **原因分析**:JSP页面中存在编译错误。 - **解决方案**: - ...

    Struts常见错误汇总

    Servlet.init() for servlet action threw exception **问题描述:** 在初始化 ActionServlet 时抛出异常,通常是因为配置文件存在问题。 **解决方法:** - 检查 `struts-config.xml` 文件是否正确配置。 - 确认...

    hibernate 排错 宝典1

    ### 错误二:`StandardWrapperValve[action]:Servlet.service() threw exception` **错误现象**: 这类错误往往与Struts框架结合使用Hibernate时出现,表现为Servlet服务执行失败,提示`javax.servlet.jsp....

Global site tag (gtag.js) - Google Analytics