The Apache Struts web framework is a free open-source solution for creating Java web applications.
0
votes
1answer
23 views
struts 1 singleton classes
1) I would like to know which main classes in Struts 1 are are Singleton classes. Main classes like ActionServlet, RequestProcessor, Action, ActionForm etc.
2) Also, I heard from somebody that if we ...
0
votes
0answers
19 views
script construction is not proper if the name has special symbols
I am getting user name from the server side and showing it in the jsp as follows
String userName = getFullName();
request.setAttribute("userName",userName);
Jsp file
<div ...
0
votes
0answers
10 views
Spring Struts 1 advice is not being invoked
Our project architecture uses Struts 1 and Struts 2 with Spring 3. I am trying to create an Aspect for better exception handling. Struts 1 was until now not Spring managed - So I followed this link ...
0
votes
2answers
36 views
How to get server+app url without having access to HttpServletRequest? [duplicate]
In my Struts 1 + Spring 3 web application, I have a background thread sending emails containing links back to the web application. How do I determine the application URL? I do not have access to ...
0
votes
0answers
45 views
javax.servlet.jsp.JspException: Cannot retrieve definition for form bean, Caused by: java.lang.NullPointerException
I have been working on a JSP Project. It uses Struts 1 framework. The project is old, I have many pages, so I decided to add a new one. I copied an existing page with all of its configs, ...
0
votes
1answer
14 views
VelocityEngine not parsing template [in struts]
So I'm just getting started with Velocity and trying to figure it out with a small and simple experiment. Now directly loading the template from the file proved something of a bust so I fetched it via ...
0
votes
1answer
14 views
Security-constraint web.xml url-pattern safety
I was wondering if the following configuration would be safe:
Webpages accessible at locations /ManageXXXX.do, /ManageYYYY.do, ... should only be able to be accessed by admin role, every other page ...
-1
votes
1answer
40 views
A good UML auto generation tool [closed]
I have a massive java application with several packages. Is there a UML design program that can document this huge code base for me by reading the source files? Please provide the tools you have used ...
-1
votes
1answer
27 views
MVC in asp.net vs Struts2 in Jsp [duplicate]
in asp.net MVC, we have controller
public class HomeController : Controller
public ActionResult About()
{
ViewBag.Message = "Modify this template to jump-start your ASP.NET MVC ...
-1
votes
0answers
14 views
Invoke Actions in Struts 1.x remotely
I am currently working on legacy application written in Struts 1 framework (I think it is Struts 1.2) and we are now extending the application by another one that is running remotely. In order to do ...
0
votes
2answers
43 views
execAndWait Interceptor not redirecting to success page after waiting
I have a login screen where some user input validation will happen, the user will be authenticated and finally redirected to the welcome screen.
Below is the interceptor definition for the ...
0
votes
0answers
9 views
Box Integrate with struts web aplication
How to provide a link in more action to send a selected document from box account to my struts web application.
Thanks in advance.
0
votes
2answers
44 views
Web design/architecture advice
I am hoping to get some design advice on a website that I am developing. The website for the most part is simple. It will have a download page, for the moment I don't think I will track that. There is ...
-1
votes
1answer
28 views
Forward slashed removed in form id
I am using Struts2(2.3.14) and a forward slash character included in a variable created in the java server-side code is being escaped to _ after using it inside an struts form tag.
The code (jsp):
...
0
votes
1answer
21 views
Displaying Validation Error Messages in Struts2
I am new to Struts 2, have worked in Struts 1 earlier.
How can we bind a error message with a UI component (e.g. a Text box) ? I don't want the error message to be a global one.
For achieving the ...
-3
votes
0answers
13 views
pagination using struts1.3 ,hibernate and ajax
Any body can help me i want to develop a pagination using following technologies Struts1.3 ,ajax,and hibernate.please help me to how to develop the application of pagination using above applications ...
-2
votes
0answers
46 views
insert a date fields : struts2 spring hibernate mysql [closed]
I hope you can help me:
well I'm working on a project using the framwork struts2 spring hibernate and mysql database, I have done all the necessary configuration and I get to connect to the database, ...
0
votes
3answers
29 views
How to perform single Struts Form Submit action
I have Multiple button in single html form , but i need to perform only single button action other button do not go to execute() method in struts 1.3
Eg:
button1: connect
button2 : disconnect
...
0
votes
0answers
21 views
Struts 1 : validate two fields have same value
I have two fields and need to validate that both fields are having the same value using struts 1 validation framework (Not in Form's validation method). Here can be found a solution for that, but I ...
0
votes
2answers
42 views
How to transfer contents of one table to another in struts 2?
I have two tables displaying two lists. This is my jsp
<%@page contentType="text/html;charset=UTF-8"language="java"pageEncoding="UTF-8"%>
<%@taglib prefix="s"uri="/struts-tags"%>
...
-2
votes
1answer
21 views
Unable to work with Struts2 and REST Plugin [closed]
I've been trying to work with the REST Plugin of Struts2 but was unable to make it work with a VERY simple project and following tutorials but I'm really unable to make it work.
I literally feel like ...
0
votes
1answer
37 views
can i loop inside logic iterate of struts 1?
consider db returns like this
roll-no:10csu001 student_name:aravind presentabsent:p,p,p,p date:10/4/2013
roll-no:10csu001 student_name:aravind presentabsent:p,p,p,p date:11/4/2013
roll-no:10csu002 ...
0
votes
1answer
11 views
how to dynamically download a file using struts 2 annotations (passing variable into annotation)
im new to struts 2 and im asking if there's a way to pass a variable argument into struts 2 annotation.
here is what i already did but with no luck
public class DownloadFileAction extends ...
0
votes
1answer
23 views
Populating select options from Beans in struts
I am Having Struts 1.2 bean as below which contains Locations in Array
Register.java
public class Register extends ActionForm
{
private String[] userLocation = {"Chennai", "Bangalore", ...
0
votes
0answers
14 views
struts jquery grid not rendering after loading in sj:div
I click on a menu to load a sj:div which contains a sj:grid. The div is updated but the grid is not rendered at all. There is no call to the server to render it. Does anyone know if such scenario can ...
0
votes
0answers
24 views
can we use <s:radio> tag without passing the collection in the list attribute
I am using < s:radio> tag in struts 2 application.
but i don't want to pass a collection in the required attribute list. How can i do this?
I am using this code in my Action class-
...
0
votes
0answers
13 views
setting conditional attribute on a html:form jsp
I have the following html form in jsp
but the enctype should only be done conditionally, so I have the following:
<%
boolean isEnctype = false;
String encrypt = "";
if(render.getMaxFiles() ...
0
votes
0answers
17 views
show different iframes based on page selected from dropdown
I have asked this quesiton before but no answer from anyone.
I am caluclating the height of iframe dynamically based on content but having issues when loading a page that is having instead of tag in ...
0
votes
0answers
16 views
Illegal state exception while downloading file using load balancer
We are using F5 load balancing on JBoss 5 server.
The log file shows IllegalStateException error while downloading file on following scenario
.
We have number of pages to download files in differnt ...
0
votes
1answer
16 views
DRW errorHandler always returns “Error” as the error message instead of a real message
FiltersManager.getAllServices({
callback : updateServiceFilter,
errorHandler : function(message) {
alert(message);
}
});
...
1
vote
1answer
55 views
Struts getting values from checkbox
I am having a struts app with a jsp page that populates check boxes from collection as below
UserDetails.java
public class UserDetails extends ActionForm
{
private Collection userSkills;
...
0
votes
2answers
60 views
How we can give same name to the multiple textbox which are created by a loop
I have created multiple textboxes/textfields using a for loop in JSP (or Struts2). The textboxes/textfields are created at runtime based on the condition, therefore i am unable to say exact number of ...
0
votes
0answers
19 views
Some data is coming from database that is not displaying in IE 10
I am unable to display some data is coming from database, this problem is occurring in IE 10
only and for remaining browsers is looking fine.Please give me the proper solution about this issue--Thank ...
-1
votes
2answers
33 views
Generating Select Options using struts Logic taglib
Is it possible to display Select box with options filled with numbers as below in struts by using struts Logic taglib.
<select>
<option value="20">20</option>
<option ...
0
votes
2answers
38 views
how to assign value to radio button from <s:property> in struts 2
Please tell me how we can assign a value to radio button from property tag in struts 2.
I'm using this code -
<s:radio name="id" list="{<s:property value='"client_id"'/>}" ...
-1
votes
1answer
16 views
How to access resources in Java Struts 1 app
In a Struts 1 Web App I can access images from a .jsp by
<img src="../../images/myImageName.png"/>
Am I also able to reference that image from a .java class in my source directory?
I am ...
0
votes
1answer
23 views
javax.servlet.jsp.JspException: No getter method for property
I am unable to find out what I am doing wrong. I am bound to use Form Bean within Form Bean as there are numerous different parts of the form. Basically, there is a response part as well as request ...
0
votes
3answers
38 views
how to pass multiple parameters using html link in struts1.x
I am trying to pass multiple parameters to my Struts action class using HTML Link propery.
I am having a Link, it should take two parametes from the JSP page to my action class.
Please help me to ...
-3
votes
0answers
36 views
Need to include JSPs in another JSP but want the <html:text> fields to be disabled [closed]
Need to include JSPs in another JSP(say A.jsp) but want the enabled fields in the JSPs that I am including to be Disabled in A.jsp.
Is it Possible?
0
votes
2answers
40 views
image working as a submit button
I do some code already written by previous development Team and I came across a code snippt which acts a bit strangely so Please take a look at it and make me understand.
<!DOCTYPE HTML PUBLIC ...
0
votes
0answers
11 views
basepath for action-mappings in Struts
If I have a list of action tags inside an action-mappings, is it possible to define a basepath ?
Now I have something like:
<action-mappings>
<action path="/basepath/path1" ...
2
votes
1answer
35 views
User friendly URLs in struts2
My project uses both struts1 and struts2 frameworks, I need to change the URLs user friendly. Is there any plugins to remove the .action and .do extension from the urls..?
Please attach the links of ...
0
votes
0answers
23 views
Using database primary key in presentation and update its details via ajax
I want to use database id in jsp for updating certain information.I want to detect changes in id and make session invalidate if he changes id in presentation layer.My page has lot of details in table ...
-2
votes
0answers
18 views
Form submission and local variables in webwork [closed]
Webwork does not properly translate my form data in to class variable in my java class. The project i am working is pretty old one > i am working on page which submits a form and as we make changes to ...
0
votes
1answer
32 views
struts generating form elements from bean
I have a Struts 1.2 Bean and a Bean code as below in JSP Page
checkBox.jsp
<logic:iterate property="userList" id="userDet" name="userDetails">
<html:checkbox property="checked" ...
1
vote
2answers
48 views
Concurrent HTTP Session is returning wrong user
I am experiencing a quite weird problem. When two users are logging at the exact same time, one of them is detected as the other.
locale = new Locale(getLocale(request).getLanguage(), ...
0
votes
1answer
58 views
JSP form value not populating in Struts Action class
I am new to Struts. I am stuck with a problem. I am trying to populate the JSP form values in to Action class, but I am not getting the values in Action class . Can someone tell me whats is the issue? ...
-1
votes
1answer
41 views
Handle ActionForward in Struts 2
I am migrating my Struts1 application to Struts2.
Is there any alternative for the below code in Struts2, I am using this in my Action classes.
String path = ...
0
votes
1answer
11 views
does magnolia implement struts? and If i have something with struts its easy to integrate?
I am very new in magnolia and I still have some difficults getting the idea to develop components, but my problem is that after read the docs offered in the site (I wonder if there are other kind of ...
0
votes
1answer
42 views
Working with Checkbox in Struts
I am having a Registration page in struts 1.2.I am having five checkbox in JSP Page as below.
Register.jsp
<html:checkbox property="userSkills" value="Java" ...

