struts Questions
2
Solved
I would like to know the difference between Struts 1.x and Struts 2.x
Driftwood asked 27/4, 2009 at 12:33
1
Solved
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 ...
2
In my web application there is an online transaction system for online reservation. I have no idea about how to implement this, i.e when an end user wants to do reservation, a form has to ope...
3
what is the NDC logs and how we can use it in our application and what is the significance of that...
2
Solved
I have an existing file in my HDD and I want rename this file.
1
Solved
<action name="actionA" class="com.company.Someaction">
<result name="success" type="redirect-action">
<param name="actionName">OtherActionparam>
<param name="paramA">$...
Libretto asked 4/5, 2010 at 21:10
4
I have a tomcat 6.0.20, apr 1.2, jdk 1.6.0_15 with mysql 5.1.38 running on a rhel box with 4 GB ram. There is one simple jsp/servlet application on it with 5 users, one struts 1.2.0.9 with 64 users...
3
What is the difference between Oracle ATG and Struts?
Durer asked 26/12, 2008 at 12:31
1
Solved
I am using Struts 2.1.8.1. I want to use tags, supplied by struts, im my jsp pages. e.g
<%@ taglib prefix="html" uri="/struts-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transi...
1
Solved
I have a j2ee application running on weblogic. I was confused with my multibox.
What I know of multibox is that the checked items will be passed as an array of strings on submit.
I don`t know why...
1
Solved
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...
Lethbridge asked 26/2, 2010 at 16:29
1
My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction
Is it possible to retrieve the information from the server?
3
Solved
I am developing a medium size Java Web Application with Struts as MVC framework and simple JDBC at Data Access Layer. I have been searching for exception handling best practices in such an applicat...
Kiakiah asked 30/1, 2010 at 20:36
2
Solved
Methods invoked:
1. Struts Action
2. Service class method (annotated by @Transactional)
3. Xfire webservice call
Everything including struts (DelegatingActionProxy) and transactions is configured...
3
Solved
I'm developing a project with Struts and I was wondering if it's possible to get the message resources object in a servlet, which is included in the same project.
There's no possibility to get tha...
3
Solved
I'm currently learning Java EE, or more specifically, Servlets and .jsp. In my programming, I already employ the Model-View-Controller model to write my code. And as far as I've googled, Apache Str...
2
Solved
I'm using Spring and struts and have the following entry in '/META-INF/context.xml'
<Context cachingAllowed="false" useHttpOnly="true">
<Resource name="jdbc/xxx" auth="Container" type="ja...
Sajovich asked 9/10, 2009 at 4:4
6
Solved
I recently added Struts 1.3 to my application on Tomcat. Here are my observations,
MVC. Servlet/JSP does this fine for me, where JSP is the view and servlet is the controller. I don't see any ben...
Allpowerful asked 14/8, 2009 at 5:19
1
Solved
I'm trying to populate a List of beans from a form:
public class Foo {
public String attr1;
public String attr2;
}
public class Bar {
public List<Foo> foos;
}
public class StrutsAction ...
2
Solved
I am developing an application in struts 2 and hibernate 3.
I have 3 tables
Inspection
InspectionMission
Timeline
Inspection is associated with InspectionMission and InspectionMission is assoc...
1
Solved
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 ...
2
Solved
I have this Struts tag:
<s:select name="country.id"
list="countries"
listValue="name"
listKey="id"
headerValue="Select Country"
headerKey=""
label="Country" />
which outputs the...
Midpoint asked 26/1, 2009 at 12:12
7
the problem I have is that I have two sets of values in a drop down list. If type 'A' is selected I want a text box to be populated with a value from the database and be read only. If Type 'B' is s...
7
Solved
I inherited this gigantic legacy Java web app using Struts 1.2.4. I have a specific question regarding Actions. Most of the pages have exactly one Action, and the processExecute() methods are hideo...
Tog asked 16/10, 2008 at 17:28
2
Solved
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...
Eagan asked 16/10, 2008 at 17:19
© 2022 - 2024 — McMap. All rights reserved.