struts2
Struts2 Interceptor overflow exception
I am working on a Login module for a Web Application using Struts2 + Spring + Hibernate, and I want to force the users to Login if they want to navigate trough the site.[详细]
2023-03-30 23:11 分类:问答Struts2 - Nesting <s:property> in a custom tag
I have a custom struts2 tag: <s:myTag myprop=\"...\" > ... </s:mytag> And, I want to get the value of myprop attribute of myTag from the ValueStack.[详细]
2023-03-30 21:23 分类:问答request.getRemoteUser() sometimes returns null
I have a java-web-application using struts2 combined with old-style servlets. Using Acegi security. In my servlets, I\'m logging what the user is trying to do and which user it is. To get the user im[详细]
2023-03-30 19:54 分类:问答Use Struts or Custom Controller
I am developing an Ajax-heavy application, where the user never navigates away from the same page. However, there is going to dozens of different kinds of calls to the server for data and I\'m confide[详细]
2023-03-30 07:14 分类:问答Calling ActionClass in tiles.xml using Struts 2.0
I reviewed the example of tiles with struts2.0 and found that in tiles.xml jsp pages are called like:[详细]
2023-03-30 04:10 分类:问答Struts2 Dispatcher initialization failure with maven - jetty
I have the following problem: I am working on a Web-Project using Struts2 with Tiles supported by a combination of Hibernate and Spring. In addition I am using Maven (which I\'m new to) and the jetty[详细]
2023-03-29 14:14 分类:问答Where to place a writable properties file in a java webapp?
I\'m using a properties fi开发者_运维知识库le to store configuration information for a webapp. I\'d like to allow the user to set certain values via the webapp. I\'m just wondering where I should plac[详细]
2023-03-29 07:50 分类:问答How to convert struts2 to SpringMVC
I don\'t want to debate whether开发者_如何学JAVA or not to undertake the conversion from struts2 -> SpringMVC.I have the best reason to do it.It is what the customer is asking/paying for.[详细]
2023-03-29 06:56 分类:问答how to redirect struts2 action to a url after validation?
I have a action with a url creation like this if (this.sequence.equals(\"\") ) { action= \"input\"; } else {url = \"/files/\" + testHTML.getName();[详细]
2023-03-29 04:22 分类:问答Struts2 java.lang.NoSuchMethodException
I have a problem with Struts2, in my ActionClass I declared an: private Integer table; + setter and getter methods[详细]
2023-03-29 01:20 分类:问答