struts-1
What is wrong with this struts-config.xml?
Getting the following error : java.lang.NullPointerException: Module \'null\' not found. <?xml version=\"1.0\" encoding=\"UTF-8\" ?>[详细]
2023-02-12 02:01 分类:问答Automatic URL and email generation using Java
I want to generate an email containing a URL( to a specific Action subclass in Struts 1.3 ). Questions :[详细]
2023-02-11 21:12 分类:问答Freemarker Templates
I\'m working on updating an existing application which makes use of struts 1.2.7 and tiles for the UI layer.I\'m currently replacing this with freemarker and spring webmvc.I have some simple examples[详细]
2023-02-11 19:47 分类:问答struts logic tag: only works with form bean parameters?
I am refactoring an existing web app to use struts tags instead of scriptlets. One of the things occurring multiple tiems is the conditional check like[详细]
2023-02-10 22:48 分类:问答Cannot find message resources under key org.apache.struts.action.MESSAGE in struts
I am getting the following error in the browser window : org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find message resources under key org[详细]
2023-02-10 21:28 分类:问答Urlrewrite and struts actions
I am using struts 1 and urlwrite (http://www.tuckey.org/urlrewrite/), and I have the following problem. I want to change the url of an action, and when that new url is called the action should be exec[详细]
2023-02-10 04:04 分类:问答using Struts Action design question
I\'m using Struts 1. I have an Action, and when this Action forwards to a page, I want the page to display properties from a bean.[详细]
2023-02-09 03:08 分类:问答What is the use of "attribute" attribute of action node in struts-config.xml?
From the dtd definition of Struts-Config.xml ht开发者_开发知识库tp://struts.apache.org/1.x/struts-core/dtddoc/index.html[详细]
2023-02-08 01:29 分类:问答jsp in javascript
I\'ve created a jsp page. In that when i select 1 check-box or both check-box or none, the corresponding text-boxes and list-box must be displayed in the same page.[详细]
2023-02-04 20:15 分类:问答Struts Disabled field
I need to disable a dropdown on jsp page when it loads.However the html element will not be posted if it is disabled.I tried using a hidden element with the same i开发者_开发问答d as the html element[详细]
2023-02-04 16:04 分类:问答