struts Questions

2

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?
Lundin asked 27/1, 2012 at 7:13

4

Solved

I'm working with a project that is setup using the standard Maven directory structure so I have a folder called "resources" and within this I have made a folder called "fonts" and then put a file i...
Theomancy asked 25/8, 2011 at 1:32

1

Solved

I am new to struts. I am wondering what input variable here signifies. After some googling, the only conclusive piece of info was this: Input: The physical page (or another ActionMapping) to which...
Firewater asked 10/12, 2011 at 0:10

1

Solved

I am new to Jsp, and My working application is based on Struts1.3. I have a Jsp page which display the records basis on the providedId, may be record should be one or more than one it depends on th...
Christie asked 28/10, 2011 at 10:20

1

Solved

My question is about deployment to a Tomcat server instance which hosts multiple applications and hosts application contexts for Struts, Spring, and Hibernate. I would like to deploy changes to one...
Desta asked 25/10, 2011 at 6:42

5

Solved

I'd like to get the output from a long running shell command as it is available instead of waiting for the command to complete. My code is run in a new thread Process proc = Runtime.getRuntime().e...
Drugstore asked 13/10, 2011 at 17:23

3

Solved

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 s...
Indiscerptible asked 19/9, 2011 at 16:8

4

Solved

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?
Liberal asked 2/9, 2011 at 10:58

1

Solved

In struts, it seems there is no "selected" option. The HTML option tag has a selected attribute such that you can do: <option selected="selected">Some Option</option> and that option...
Walleye asked 31/8, 2011 at 19:15

1

Solved

Can anyone help resolve this? 15:02:06,698 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.LinkageError: loader (instance of org/apache/jasper/servlet/JasperLoader): atte...
Argilliferous asked 24/8, 2011 at 14:8

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

1

I want to put a hidden input onto my html form and am doing so with the following struts tag: <html:hidden property="currentPage" value="page1"></html:hidden> which renders this html...
Sheatfish asked 14/7, 2011 at 0:58

2

I've got a problem where I can't seem to query my JSON coming back, I can print out the entire response though, here's my JSON response, I can only see this when I do a msgBox() prompt: { "Address...
Classicist asked 27/5, 2011 at 14:0

1

Solved

I feel this should be exceedingly obvious, but so far I've failed to find an answer. I want to have a list of strings (or an array of strings, I really don't care) get populated by form data in St...
Calen asked 29/4, 2011 at 16:53

1

Solved

I am using struts and hibernate application. I have a problem while fetching records from DB2 via hibernate. I am getting this error 14:22:17,804 WARN [JDBCExceptionReporter] SQL Error: -204, SQL...
Canna asked 31/3, 2011 at 9:41

3

Solved

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...
Shevat asked 31/3, 2011 at 6:3

1

Solved

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 a...
Rhinoceros asked 15/3, 2011 at 7:27

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

3

I am not familiar with these "framework" "components" at all, but can someone give me a 101 introduction about what the relationship they are to each other? Basically, I want to know roughly about:...
Attain asked 26/8, 2010 at 20:54

2

Solved

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 proble...
Sanitation asked 31/1, 2011 at 6:29

1

Solved

How many values available for "scope" attribute in "action" element of struts-config.xml file other than "request" and "session"? <action name="loginform" path="/bkplogin" scope="?" type="org...
Dissipate asked 17/1, 2011 at 13:45

2

Solved

I very often come across this question of why we have got lots of web frameworks addressing the same or similar drawbacks. When looking deeply, I also have given thought on why JSP / Servlet...
Russianize asked 19/3, 2010 at 13:19

5

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 ...
Loud asked 15/1, 2011 at 3:12

3

Solved

How to check for Empty String/Null String in Struts-JSP page. Struts Tag - does not works?
Boon asked 3/8, 2010 at 17:28

1

Solved

I want to use a few tags of the spring security tag library inside the decorator file of site-mesh. However content inside these tags is never shown. Can anyone tell me why this is? Code: <!DO...
Pension asked 6/12, 2010 at 20:26

© 2022 - 2024 — McMap. All rights reserved.