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.
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.
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
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
I reviewed the example of tiles with struts2.0 and found that in tiles.xml jsp pages are called like:
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
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
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.
I have a action with a url creation like this if (this.sequence.equals(\"\") ) { action= \"input\"; } else {url = \"/files/\" + testHTML.getName();
I have a problem with Struts2, in my ActionClass I declared an: private Integer table; + setter and getter methods