struts Questions

3

I came to know about null check using $null in velocity 1.6 through a resource updated by you. Resource: Reading model objects mapped in Velocity Templates But I am facing so many challenges that t...
Ochoa asked 13/8, 2010 at 16:1

18

Solved

Some times whenever I restart the application, which is built on Java, Struts, Mysql, and Jboss 4.05 Version I get the error as Address already in use: JVM_Bind Only fix that I know is to restart t...
Carisa asked 5/5, 2010 at 11:25

4

Solved

Is it possible to do an AJAX form submit without jQuery or IFrames (so just pure JavaScript)? I'm currently sending to a struts fileUploadAction that works. Would the action's code still work with ...
Cube asked 16/7, 2012 at 14:32

5

Solved

I am attempting to start up a Struts 1.X (version 1.3.10) application using OC4J version 10.1.3.5. The application manages to initialize all the Spring beans, including the Struts Actions defined i...
Escribe asked 20/1, 2010 at 15:39

4

Solved

I try to run a web application on oracle linux, tomcat 7 and jdk1.7 and I get an exception on first page load after tomcat restart. The exception occurs only at first application pageload. Applicat...
Dendro asked 3/1, 2012 at 16:7

3

Solved

I am creating web application using Spring, Hibernate, Struts, and Maven. I get the below error when I run mvn clean install command: org.springframework.beans.factory.BeanCreationException: Err...
Buskined asked 1/8, 2012 at 12:18

6

Solved

We pull data from server and for that If we are using Struts, then we can pull either by submitting a page which MVC Architecture or we cam make an AJAX call but conventions is of using forms and r...
Eloisaeloise asked 8/11, 2012 at 16:33

5

Solved

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...
Angelangela asked 17/2, 2011 at 18:38

5

When you're using Tiles with Struts and do... request.getRequestURL() ...you get the URL to e.g. /WEB-INF/jsp/layout/newLayout.jsp instead of the real URL that was entered/clicked by the user, s...
Entreaty asked 25/9, 2008 at 8:28

4

I have a requirement to retain the curly brackets from properties file in my rendered JSP code. Is it possible? I have tried options like: \{, '{, {{, '{', /{, but no help. At runtime, I get an...
Nakisha asked 7/1, 2011 at 11:40

3

Solved

I am trying to use the large merchant services API provided by eBay to upload files onto eBay. They have provided with a sample.jar file of the same. It seems to be working fine when we execute th...
Byrn asked 11/11, 2011 at 9:34

3

Solved

Struts has a number of helpful custom JSP tags, and Struts-EL adds much needed EL support. I'm looking for thoughts on relative merits of using Struts/Strut-EL tags where available vs. just using J...
Tier asked 31/7, 2009 at 19:7

4

I have a web application which worked with the following: Tomcat 5.0 Struts 1.0 Java 1.5 I have to switch to Java 1.6.When I tried to do that, i received the following stack of exception in my bro...
Downbow asked 26/2, 2010 at 14:40

7

Solved

I am getting a javax.servlet.jsp.JspException in one of the jsp files that my website is trying to render (survey.jsp). However, the stack trace does not give me the the specific line in jsp where ...
Sirkin asked 26/7, 2011 at 16:56

6

Solved

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

3

Solved

I'm trying to make a login page in Struts. The idea is to validate if the user exists, etc, and then if there is an error, return to the login page with the errors in red (the typical login or any ...
Duvalier asked 2/6, 2009 at 1:34

3

Well I want to study Struts so I am going to begin with Struts 1, I would like to know the general flow. What files are required? Whats the function of struts-config.xml? validation.xml? validatio...
Arris asked 27/4, 2011 at 18:10

2

Solved

I develop an application using Struts, Spring, and Hibernate. My DAOs uses spring jdbc and all its method throws DataAccessException(that is uncheked). Where should I handle this exceptions? I kn...
Qatar asked 20/5, 2012 at 11:35

2

Solved

I built an web application and deployed locally working perfect. I deployed it on a remote server and started getting the : exception > javax.servlet.ServletException: could not execute query ...
Elna asked 1/6, 2012 at 6:53

4

I'm getting the errors in my Struts application, on my development machine, saying apparently my config files have errors (which I already checked and seem ok): org.apache.commons.digester.Digeste...
Alleluia asked 26/4, 2012 at 19:32

2

ok I have really a strange problem that I keep looking for solution in google and yahoo for almost 4 hours today. And I desperately looking for a solution. public static String [] checkCardAccount...
Peshitta asked 16/11, 2012 at 13:20

4

Solved

I'm researching this so that I can respond better in interviews. I've been searching around for a clear and concise answer. So far, and by all means correct me if I am wrong or lacking in detail:...
Lotuseater asked 7/4, 2012 at 19:7

3

Solved

I have needed to maintain a Struts 1 application. I know, EOL almost two years ago, no new releases in six years. Whatever, we have 100k lines of working code in a Struts 1 app, and it's not ...
Celandine asked 20/1, 2015 at 13:26

4

This the file web.xml in WEB-INF <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta...
Emlynn asked 9/10, 2011 at 14:43

5

Solved

How to find the Struts version being used in a Web Application project in Eclipse? My struts-config.xml says <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configur...
Cheliform asked 26/10, 2010 at 8:45

© 2022 - 2024 — McMap. All rights reserved.