struts-1 Questions

1

Solved

I'm taking a class on Java web development but I have far more experience with Django. I understand that some of the concepts are similar but that they're grouped together in different layers and w...
Ashliashlie asked 23/6, 2013 at 19:34

2

Solved

I have this code in my JSP: <%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%> .. .. <html:form action="update" > .. .. <html:submit value="delete" /> <htm...
Explode asked 12/9, 2011 at 10:43

2

I'm working on a Struts application. In order to edit the struts-config.xml file, I think I have to add an attribute - scope, in the action tag. I'm not sure about its meaning, or its usage. &lt...
Ibadan asked 21/2, 2013 at 9:21

1

Solved

How to set radio button checked by default in struts html tag ? <html:radio name="RegisterForm" property="Group" value="<%=Contant.Male%>"/><label>Male</label><BR> &l...
Implacable asked 9/1, 2013 at 14:43

1

Solved

Possible Duplicate: Does PostgreSQL support “accent insensitive” collations? I'm trying to remove the accents so when I make a SELECT it ignores them. Example: SELECT * FROM table W...
Wooldridge asked 28/11, 2012 at 2:6

4

Solved

Primary Question: If my app is CURRENTLY using Struts 1.x - and I am considering migrating to EITHER Spring-MVC or Struts2 for the MVC-framework - is there anything about either one that would make...
Christelchristen asked 9/8, 2010 at 0:52

2

Solved

A coworker of mine created a basic contact-us type form, which is mangling accented characters (è, é, à, etc). We're using KonaKart a Java e-commerce platform on Struts 1. I've narrowed the issue...
Hayleyhayloft asked 10/9, 2012 at 19:20

2

Solved

I'm facing a very weird kind of problem while running my application. When I hit a website and login to my application, the POST is getting converted to GET automatically. Since all the request ...

6

Solved

What is the difference between struts.xml and struts-config.xml? Are both the same or is there any difference between them?
Rover asked 7/6, 2010 at 10:37

3

Solved

Is there any tag in Struts1 tag library which can format a java.util.Date object? In Struts 2, I can use the s:date tag, but I can't find the Struts 1 equivalent.
Sayer asked 18/6, 2010 at 13:12

1

Solved

I'm working on a little project which uses Struts 1.3 and I encountered the following problem. After some business logic takes place in an Action i want to forward the control to another Action wh...
Default asked 27/5, 2012 at 17:53

1

How to preselect struts 1 html:radio button? Thanks Maria
Eridanus asked 30/7, 2011 at 12:9

1

Solved

I have been searching for a concrete answer for this, as much of google returns a lot of very old posts. Is this greetingActionForm in the request scope, or in the session scope? Is there any locat...
Illustrious asked 22/7, 2011 at 20:50

1

I am about to start with e project that uses Struts 1.2. There is no plan to move to another framework. I wanted to know what's the convention when handling a date in the form? Should I create...
Alexander asked 15/7, 2011 at 12:39

3

Solved

How to Use <bean:write> tag in Struts 1.2. In name attribute, what value have to be used? Is bean name your property name?
Fiddle asked 14/7, 2011 at 12:18

7

Solved

I have reviewed a few Struts 1 vs 2 questions on SO but none seem to answer the question in the perspective that I am looking at it with. I am about to start work architecting a new system, a comp...
Rosariarosario asked 3/5, 2011 at 10:7

1

Solved

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 ...
Estriol asked 29/11, 2010 at 12:21

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

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

3

Solved

We've been trying to redirect from one action to another, hoping that data would be passed between corresponding ActionForm beans. The first action receives a request from the browser, prints a dat...
Excoriation asked 11/5, 2009 at 17:5

© 2022 - 2024 — McMap. All rights reserved.