struts的多模組應用問題--html:form
描述:
1.logon.jsp頁面中一個表單物件,用於提交登入的使用者名稱和密碼:
<html:form action="/system/logon.do?action=logon">
2.兩個struts模組:struts-config.xml,struts-config-system.xml.要求是/system/logon.do是對映到struts-config-system.xml檔案.
問題:
使用者第一次訪問的時候,是處於default模組的,當提交表單時,系統不會到struts-config-system.xml檔案中找,而是到struts-config.xml中找,所以會報以下錯誤:javax.servlet.ServletException: Cannot retrieve mapping for action /system/logon
後來我試過各種寫法(/logon.do,../logon.do等)都沒成功.我看了一下最新的struts包中的<html:link/>,他有個module屬性,可以很方便的轉到指定的模組.而<html:form />沒有.
不知道哪位高手有解決方法?(我不希望把/logon.do放到default模組中)
1.logon.jsp頁面中一個表單物件,用於提交登入的使用者名稱和密碼:
<html:form action="/system/logon.do?action=logon">
2.兩個struts模組:struts-config.xml,struts-config-system.xml.要求是/system/logon.do是對映到struts-config-system.xml檔案.
問題:
使用者第一次訪問的時候,是處於default模組的,當提交表單時,系統不會到struts-config-system.xml檔案中找,而是到struts-config.xml中找,所以會報以下錯誤:javax.servlet.ServletException: Cannot retrieve mapping for action /system/logon
後來我試過各種寫法(/logon.do,../logon.do等)都沒成功.我看了一下最新的struts包中的<html:link/>,他有個module屬性,可以很方便的轉到指定的模組.而<html:form />沒有.
不知道哪位高手有解決方法?(我不希望把/logon.do放到default模組中)
相關文章
- struts多模組下tiles元件配置問題?元件
- Struts Tiles應用問題
- struts 中多個html:text賦初值問題HTML
- 關於struts中html:errors/的問題HTMLError
- struts多模組開發
- 請問Struts中一個form多種提交方式用Validator認證如何實現?ORM
- Struts疑問:頁面不用html:form等標籤,formbean如何取資料HTMLORMBean
- 用struts 怎樣動態指定form元素ORM
- Webpack多頁應用HMR卡住問題Web
- 急急急急!Struts自定義標籤html:text 問題HTML
- html:hidden property=action / in jsp's form! 問題.遇到過?!HTMLJSORM
- struts2:多模組多配置檔案開發
- struts原始碼的問題原始碼
- 請教jboss 多應用釋出問題
- 07 Django的Form模組DjangoORM
- struts and htmlHTML
- HTML form 元素HTMLORM
- Struts Tiles 和 session的問題Session
- EBS form編譯問題ORM編譯
- 關於struts,webwork,jetspeed,turbine等的適用性問題Web
- ORACLE 應用經驗(form)OracleORM
- 請問如何實現動態維護struts中多國語系應用中的.properties文件?
- struts的validator框架問題?急框架
- Spring+struts 的問題 急!~~Spring
- 怎麼處理WEB應用中的JAVA多執行緒問題(併發問題)WebJava執行緒
- 應用SqlitePCL應該注意的問題SQLite
- struts2 namespace問題namespace
- [求助]struts的bean:write的問題,急!Bean
- JdonFramework應用問題?????Framework
- 急問:使用JBuilder2005開發Struts應用的時候遇到的奇怪問題-----請指教(線上等)UI
- Struts中html:options的使用HTML
- 《HTML5多媒體應用開發》——1.2 HTML5的發展HTML
- 請問關於Struts的Indexed屬性的問題Index
- 請教JSF和Struts的問題JS
- struts下session.setAttribute();的問題Session
- 求救,struts裡logic:iterate的問題!
- HTML 23 - Form AttributesHTMLORM
- jboss 下 部署 多個應用程式的資源問題,急,謝謝!!