Top "Struts" questions

The Apache Struts web framework is a free open-source solution for creating Java web applications.

Address already in use: JVM_Bind java

Some times whenever I restart the application, which is built on Java Struts Mysql and Jboss 4.05 Version I get the …

java web-applications jboss struts
Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:

I am creating web application using Spring, Hibernate, Struts, and Maven. I get the below error when I run mvn …

java spring hibernate spring-mvc struts
Difference between Spring MVC and Struts MVC

What is the major difference between the Spring MVC and Struts MVC?

java spring spring-mvc struts
$null check in velocity

I came to know about null check using $null in velocity 1.6 through a resource updated by you. Resource: Reading model …

java struts velocity
java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered?

This the file web.xml in WEB-INF <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.…

spring servlets struts
<html:errors> struts tutorial or example

I'm trying to make a login page in Struts. The idea is to validate if the user exists, etc, and …

java jsp struts struts-validation
Where are compiled JSP Java (*__jsp.java) files?

I am getting a javax.servlet.jsp.JspException in one of the jsp files that my website is trying to …

java tomcat jakarta-ee struts jstl
How to create payment gateway for an online transaction?

In my web application there is an online transaction system for online reservation. I have no idea about how to …

java spring struts
How to find the Struts version being used in a project

How to find the Struts version being used in a Web Application project in Eclipse? My struts-config.xml says <!…

struts
Why use 'redirect=true' in struts 1.* forward?

I've been having some problems with ActionMessages created during execution of an action which didn't display, and I found out …

struts