struts2報錯很不專業(原創)

2021-08-31 19:22:28 字數 784 閱讀 2232

struts報:

no result defined for action and result input - action

我就納悶了,為啥要我定義乙個input在struts。xml裡呢?

但是,檢查之後,發現不是我的配置檔案有問題,而是:

我裡面的隱藏域,寫錯了value了。

struts報錯很荒謬。

所以,報以上錯誤的時候:

1.確認下struts配置檔案裡路徑

2.jsp頁面的隱藏域、其他賦值的value的值是否有問題

還有:struts報:

org.apache.jasper.jasperexception: tag 'select', field 'list', name 'type': the requested list key 'types' could not be resolved as a collection/array/map/enumeration/iterator type. example: people or people. - [unknown location]

錯誤。但是我的select沒有錯:

後來發現是裡面的隱藏域:

的value賦值value="%"寫錯了。

所以,在確定struts2報錯的內容部分並沒有問題的時候

就需要:

1.jsp頁面的隱藏域、其他賦值的value的值(寫法,本人就是寫法不熟悉,%#不知道咋配合用出錯的。)是否有問題

小試struts2標籤(原創)

最近專案使用了hibernate struts2,過程中發現struts2的標籤實在強大 struts2裡的標籤使用總結 action裡有 private sim sim get set private long preuser 那麼前台 注 1.theme 不寫這個theme這個,那麼struts...

Struts2字尾 深入Struts2

一 將action字尾變成html字尾 xmlversion 1.0 encoding utf 8 doctype struts public apache software foundation dtd struts configuration 2.1 en struts include file...

Struts2入門(一)Struts2簡介

本章簡要介紹一下struts2框架 1.概念 我們知道,springmvc框架是為了整合servlet設計的控制層框架,那麼還有其他的框架也實現了這個功能,那麼就是struts2。struts2是乙個基於mvc設計模式的web應用框架,它本質上相當於乙個servlet,在mvc設計模式中,strut...