I have to store the one String object at the application l开发者_如何学运维evel and have to access it in the JSP page. How to do this?Please give me some sample.The ServletContext.setAttribute(key, va
We have been using struts 1 since long time. I don\'t know much about struts 2. Our company is going with component based arch. Core UI components are using struts 1. Core components will be used by o
I have a production web application running in Tomcat. The web application uses struts 2 as MVC layer.
Are there any Struts Plugins for Eclipse Helios - that make it easier to Na开发者_StackOverflowvigate through Struts based
I have the following: <html:select property=\"myMap(abc)\"> What I really need to do, however, is pull the string abc from a staticmember of a java class.
Can I submit a simple html form with html tags and no struts tags. I\'m using struts 1.0 and have a form like this:
I just deployed an application to weblogic 10, and when I run my page, I get the custom error page with the following errror in the log.
Is it possible to block a page when a user clicks on a link and only enable it once the response has com开发者_运维技巧e back from the server.
i need to set value for drop down box when form is load, so i\'m able to create normal html element dynamically using javascript as below,
I am making changes to an existing web application based on Struts1 - which already is made up of various forms & actions.