Tagged Questions
Apache Struts is an open source web application framework for the Java platform. More information: Wikipedia on Struts Apache Struts Homepage Books struts books recommended by the community
29
votes
1answer
10k views
test the localhost in android emulator
My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction
Is it possible to retrieve the informaion from the server?
21
votes
13answers
31k views
Struts or Spring MVC or Struts & Spring?
I need some information to understand design decision:
Is Struts a better choice than Spring MVC? I hear about Strus-Spring-Hibernae combo - Is struts used at MVC layer because its a matured ...
11
votes
3answers
5k views
Java Component based vs Request based frameworks
I was recently asked in an interview - In java, how do you compare component based frameworks to request based frameworks? I explained EJB as an example of Component based framework and Struts as a ...
8
votes
3answers
2k views
Firefox cuts files, whose name contains spaces, in a Struts application
I am using the next class (simplified for the sake of understandability) to download images in a struts web application.
It is working fine in every browser but firefox, which cuts names containing ...
8
votes
8answers
8k views
How can I set the welcome page to a struts action?
I have a struts-based webapp, and I would like the default "welcome" page to be an action. The only solutions I have found to this seem to be variations on making the welcome page a JSP that contains ...
6
votes
5answers
831 views
Java EE 6 and alternatives
I am a Java SE developer but I have rich web-background (PHP, Perl/CGI and so on) and now I am starting new project. It will have web interface, spaghetti business logic, relational database as ...
6
votes
1answer
1k views
Cross-site request forgery prevention using struts token
I want to implement Cross-site request forgery prevention for my web application which is base on struts 1.x framework.
I know that struts 2 framework provide token interceptor for this and I can ...
6
votes
4answers
2k views
Prevent IE caching
I am developing a Java EE web application using Struts. The problem is with Internet Explorer caching. If an user logs out he can access some pages because they are cached and no request is made. If I ...
6
votes
2answers
869 views
Has anyone migrated from Struts 1 to another web framework?
On my current project, we've been using Struts 1 for the last few years, and ... ahem ... Struts is showing its age. We're slowly migrating our front-end code to an Ajax client that consumes XML from ...
6
votes
2answers
2k views
How I hide empty Velocity variable names?
I am using Struts + Velocity in a Java application, but after I submit a form, the confirmation page (Velocity template) shows the variable names instead an empty label, like the Age in following ...
5
votes
3answers
67 views
How to use foreach in struts
I have this struts code where I am using forEach-
<c:forEach items="${reviewList}" var="reviewListId">
<tr>
<td colspan="6" class="we_have"><c:out value="${reviewListId}" ...
5
votes
3answers
197 views
Are there techniques to prevent double submissions in stateless web applications?
I want to implement double submission prevention in an existing java web application (struts actually). Architecture wise we are talking about 2 to N possible application servers (tomcat) and one ...
5
votes
2answers
978 views
How to get the original request url from a servlet/jsp after multiple servlet forwards
I am working on a cruise booking app using struts/tiles that uses multiple internal servlet/jsp forwards to reach the right jsp for display. But, once you reach the final jsp that is used to render ...
5
votes
1answer
337 views
Liferay with Struts , JSP
I have web application developed using JSP and struts. I am just looking out for options to have different look and feel , and Ajax rendering . Liferay was suggested by one of my team mate. But I am ...
5
votes
2answers
2k views
What type should Struts ActionForm properties be?
I inherited this gigantic legacy Java web app using Struts 1.2.4. I have a specific question regarding ActionForms. Some of them have only String properties (even for numbers), some of them use the ...
5
votes
5answers
8k views
How to get real request URL in struts with tiles?
When you use tiles in struts and do
request.getRequestURL()
You get url to /WEB-INF/jsp/layout/newLayout.jsp instead of real URL that was entered/clicked by user, something like /context/action.do.
...
4
votes
1answer
76 views
Why do I keep getting Object reference on server while it works fine on a local system
My class objects are not getting converted into json, I think it returns object references, though while executing it locally, it executes perfectly.
Here is the code
private def static sql
private ...
4
votes
2answers
115 views
Combine two lists into set/hash/map in Java, then display in Struts 1.x
First off the two lists hold different sets of data, however through some combining of variables in the get method eventually hold the same type of data. The end goal is to populate a drop down with ...
4
votes
1answer
261 views
Java reflection not agreeing with method declaration
Sorry about the length of this question. I'm new to Java and I've come across something that is really stumping me. I'm so new to Java that I don't even know all the terminology yet, so please bear ...
4
votes
1answer
617 views
Iterating over a map and displaying in a jsp
I have to display a map of objects in a page.
The Struts action class is as follows:
public class DonorListAction extends Action{
public ActionForward execute(ActionMapping mapping, ActionForm ...
4
votes
1answer
514 views
request.getQueryString() should not be null?
I'm debugging an old Struts 1.2 w/ Tiles application running on Oracle App Server 10.1.3. There are some scenarios in which request.getQueryString() seems to improperly return null and it seems to ...
4
votes
1answer
2k views
AJAX with Struts 1.x Version
I am having an application developed with Struts1.3, Jboss4.X version and jdk1.5
Now as an enhancement we are planning to implement AJAX to the web application
Can you please suggest me
Whether I ...
4
votes
1answer
7k views
Getting a 'No thread-bound request found' error from spring in my web app
I'm getting a 'No thread-bound request found' error in my web app and hoping to get some help.
I'm trying to use struts2 + spring + hibernate, and use spring to manage the hibernate session factory, ...
4
votes
5answers
1k views
Is Struts 2 available as an OSGi bundle?
I have a server application that consists of multiple OSGi bundles, some mine, some third-party. One of the bundles provides a web frontend using Struts. The necessary Struts libraries live inside the ...
4
votes
1answer
2k views
Get current filename in JSP
Is there a way to get which JSP is currently rendered, with JSTL or Struts (or without)? like _ _ file _ _ in Python and PHP?
4
votes
6answers
630 views
is struts a good starting point for java web
I've been developing in java then I stopped, so now since I have my google app engine account I wanted to start with this again. Also, I love web and I know struts is a good MVC framework.
I've been ...
4
votes
3answers
1k views
tiles in struts project - better than freemarker?
I want to use a template engine in a struts application and would like to know if using TILES can be recommended instead of FREEMARKER or VELOCITY.
4
votes
3answers
1k views
What is the role of Spring in Struts + Spring + Hibernate?
What role is Spring taking in Struts + Spring + Hibernate?
4
votes
5answers
477 views
AJAX-Framework
Which Ajax framework/toolkit can you recommend for building the GUI of web applications that are using struts?
3
votes
2answers
34 views
How to upload multiple files in Struts 1
How do I upload multiple files in Struts 1's ActionForm?
I have to show multiple options of file uploading and save them at time.
I don't want to show input box for file in Struts 1?
3
votes
1answer
113 views
does action class has any scope like formbean
This is regarding Struts1.x
Do Action classes have a scope like form beans do?
Is a new Action instance created for each user session?
If two users use the same action class at a time, will they ...
3
votes
4answers
98 views
Denying direct access to jsp pages
I'm using struts 1.3 for my application and all jsp pages are forwarded through controller (action class). But If I access the jsp page directly, I'm able to access it. How do I prevent this?
3
votes
3answers
182 views
Wicket/MVC Architectural/Testing Question
I had to code something in Wicket (or take any MVC framework) that given 2 variables A and B provide the boolean result C which tells if something (a checkbox) is visible or not.
Now this is view ...
3
votes
2answers
406 views
default value in struts2 list box
we have list box.This will show the different states in US. I want state "LA" should be as preselected.But I dont know the position of "LA" in the list. It may vary.We are using the following script ...
3
votes
4answers
931 views
Difference between Spring MVC and Struts MVC
What is the major difference between the Spring MVC and Struts MVC?
3
votes
1answer
893 views
How to retain selected value of a dropdown list in java(struts)
I am using three dropdown lists which are interdependent.
User has to select first dropdown list. Accordingly the second list will be populating.
Then again user will select second dropdown list ...
3
votes
1answer
113 views
Tomcat7 & Struts1 - handling multitude of Google Bot hits
More than half of the hits on one of my servers are from the Google Bot, constantly crawling our millions of pages.
The reason we have so many pages is that the company is an auto parts store, with ...
3
votes
2answers
251 views
Struts Framework Book
I am looking for a JEE Book that teaches the Struts Framework.
I don't know which of the following JEE Books teaches about Struts.
Any help would be appreciated. Thank you.
3
votes
4answers
760 views
how to connect hibernate and DB2
I am running an application that used struts and hibernate. I am currently using Derby database.
Now i have to shift on DB2 database.
Please tell me
what Configuration I have to do in
hibernate ...
3
votes
2answers
704 views
Why would someone choose Wicket over Struts 2 (or other framework) or viceversa? [closed]
I've been working with Wicket for over a month now. My previous experience is with Struts.
If you talk to a Wicket fan, they will tell you about the goods of overcoming the impedance between the ...
3
votes
1answer
4k views
Hibernate NoSuchFieldError INSTANCE but only with Struts 1?
I'm new to Java and Hibernate (being a Rails and C# developer). Anyway, I have a test program that works fine with Hibernate but my actual web app (Struts 1) crashes with:
SEVERE: Servlet.service() ...
3
votes
3answers
2k views
why are struts Action classes not thread safe?
I can read in many websites that Struts Action classes are not thread safe . I am not able to understand why this is so .
Also I read a book which says "Struts action classes are cached and reused ...
3
votes
2answers
3k views
Debug GWT Application with Tomcat (Eclipse)
I have tried to deploy the application with tomcat and I am succeeded. Now instead of internal GWT server I need to set tomcat as default inbuilt server and debug my application with it. The problem ...
3
votes
1answer
401 views
tabbedpanel - stay on current tab but change content of tab
I have a tabbedpanel with two tabs, when the user clicks submit on the second tab I would like to stay on the current tab but change the content of a tab with a new jsp.
<td ...
3
votes
4answers
301 views
opensource javaEE project for learning
I have been learning javaEE and MVC pattern for a while from books and tutorials. but I wish to see how is coded a real world JavaEE projects. by real world project I mean a full application which is ...
3
votes
3answers
1k views
Why am I getting JPA LazyInitializationException when using Spring OpenEntityManagerInViewFilter?
My application of OEIV Filter doesn't seem to be getting applied to my Struts actions. I am using Spring 3, Spring Security 3, Struts2, Tiles2 and JPA backed by Hibernate 3. When I try to access a ...
3
votes
1answer
584 views
Extending Struts ActionServlet and RequestProcessor
Can anyone tell me the scenario in which I should extend ActionServlet class and RequestProcessor? I have read in the Struts documentation that it can be done, but I am not understanding in which ...
3
votes
1answer
2k views
Examples of Websites built using Spring, Play Framework, Struts
I am a beginner in Java and going to build a webapp that allows developers to work online on their projects. Something of the sort of bitbucket or github. I have developed sites using PHP and moving ...
3
votes
1answer
193 views
https action in Struts
I am using html:form action = "someAction" to refer to an action in struts-config file. I wanted to make that action as https but apparently I cannot replace an absolute path like ...
3
votes
1answer
419 views
Lift filter to force ssl
in a struts application, I have a filter that forces certain pages to be accessed only over https via redirection. I'm thinking in porting it to lift so my question is: In the this environment, is ...