Getting the following error : java.lang.NullPointerException: Module \'null\' not found. <?xml version=\"1.0\" encoding=\"UTF-8\" ?>
I want to generate an email containing a URL( to a specific Action subclass in Struts 1.3 ). Questions :
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
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
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
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
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.
From the dtd definition of Struts-Config.xml ht开发者_开发知识库tp://struts.apache.org/1.x/struts-core/dtddoc/index.html
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.
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