Struts 2 Tutorial

Struts 2 Tutorial

Hi,

I�m taking your Struts 2 Tutorial at http://www.roseindia.net/struts/struts2/struts-2-hello-world-files.shtml.

When I open http://localhost:8080/struts2tutorial/ under ââ?¬Å?Testing Struts 2 Hello World Applicationââ?¬Â? I get the screen displayed in image http://www.roseindia.net/struts/struts2/struts2helloworld.gif, not the home page as displayed in image http://www.roseindia.net/struts/struts2/struts2tutorialhome.gif.

When I try http://localhost:8080/tutorial/HelloWorld.action, I get HTTP Status 404 - /tutorial/HelloWorld.action.

type Status report

message /tutorial/HelloWorld.action.

description The requested resource (/tutorial/HelloWorld.action.) is not available.

Apache Tomcat/6.0.29

I've gone through this page twice with the same results, the second time very carefully of course.

Any suggestions?

View Answers

January 12, 2011 at 5:51 PM

Hello Friend,

Check the configuration, you have done in struts.xml. It seems that server is unable to find the Action class.

Run your code with the following url:

http://localhost:8080/struts2tutorial/roseindia/HelloWorld.action

Thanks


January 13, 2011 at 6:19 AM

Hi Friend,

Thank you for your prompt reply!

I'm sorry but I don't follow your suggestion. Is it possible to send my struts2tutorial.jar?

When I use as you suggested in your response http://localhost:8080/struts2tutorial/roseindia/HelloWorld.action

I get Struts 2 Hello World Tutorial! Current date and time is: Wed Jan 12 16:40:50 PST 2011

which is fine.

But when I use http://localhost:8080/tutorial/HelloWorld.action as suggested in http://www.roseindia.net/struts/struts2/struts-2-hello-world-files.shtml I get HTTP Status 404 - /tutorial/HelloWorld.action.

type Status report

message /tutorial/HelloWorld.action.

description The requested resource (/tutorial/HelloWorld.action.) is not available.

Apache Tomcat/6.0.29

My struts.xml contents are

/pages/HelloWorld.jsp


January 13, 2011 at 6:20 AM

/pages/HelloWorld.jsp


January 13, 2011 at 6:24 AM

print("<?xml version="1.0" encoding="UTF-8" ?>

/pages/HelloWorld.jsp

");









Related Tutorials/Questions & Answers:
Struts 2 online tutorial
Struts 2 online tutorial  Where to learn struts 2 online tutorial? Is there any good tutorials on roseindia.net for learning struts 2 online tutorial?   Yes, We have many tutorials for learning Struts 2 online through
Struts 2 Video Tutorial
Video Tutorial. What is the url of Struts 2 Video Tutorial on roseindia.net website... Tutorial. On our website we have many video tutorials on Struts 2. There all tutorials... tutorial page. View the Struts 2 Video Tutorial. Thanks
Advertisements
Struts 2 Tutorial
Struts 2 Tutorial  Hi, Iââ?¬â?¢m taking your Struts 2 Tutorial... open http://localhost:8080/struts2tutorial/ under ââ?¬Å?Testing Struts 2 Hello... - /tutorial/HelloWorld.action. type Status report message /tutorial
Struts 2 tutorial for beginners with examples
Struts 2 tutorial for beginners with examples  Where is the Struts 2 tutorial for beginners with examples on your website. Thanks   Hi... and understand the core concepts of Struts. View Struts 2 tutorial
Struts 2 Tutorial and Examples
Struts 2 Tutorial and Examples with source code Struts 2 is open source MVC... applications. In this section we are giving your many Struts 2 tutorial... of writing of this tutorial most latest Struts 2 framework as Apache Struts
Which is best tutorial for learning Struts 2?
Which is best tutorial for learning Struts 2?  Hi, I am thinking... tutorial for learning Struts 2? Thanks   Hi, Struts 2 is elegant... Framework: Struts 2 Tutorial and Examples You find 100s of articles on above
Struts 2 Tutorial
Struts 2 Tutorial       RoseIndia Struts 2 Tutorial and Online free training helps you learn new elegant...; Download Source Code of Struts 2 Tutorial   Download Latest
Introduction to Struts 2 Framework
Introduction to Struts 2 Framework - Video tutorial of Struts 2 In this video.... In this video tutorial I will teach you the Struts 2 framework. You will learn... for this tutorial.ADS_TO_REPLACE_1 Here is the video tutorial of Struts 2
Struts 2
Struts 2  we can extend DispatchAction class to implement a common session validation in struts 1.x. how to do the same in the struts2
Struts 2
Struts 2  I am getting the following error.pls help me out. The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has
Struts 2
Struts 2   I am just new to struts 2 and need to do the task. I have a requirement like this : when i click on link like Customer , this will display all the customers , address from a database table using jdbc and the screen
Struts 2 - Validation - Struts
Struts 2 - Validation annotations  digging for a simple struts 2 validation annotations example
Struts 2 Tutorial: Easy steps to learn Struts 2
Struts 2 Tutorial: Easy steps to learn Struts 2 Apache Struts 2 is a popular... requirements are Servlet API 2.4, JSP API 2.0 and Java 5. Struts 2 Tutorial... and Struts 2 Latest Tutorials List Struts 2 Tutorial: Index Page of Struts 2
struts 2 tabbedpanel - Struts
struts 2 tabbedpanel  Hi Friend do I change the background color of a tab? bye bye
Struts 2 problem - Struts
Struts 2 problem  Hello I have a very strange problem. I have an application that we developed in JAVA and the application works ok in Windows... seemed to worked fine, until the user reported to us a problem. After doing
Struts 2 Login Form Example
Struts 2 Login Form Example tutorial - Learn how to develop Login form in Struts 2 though this video tutorial In this video tutorial I will explain you how you can create Login form in Struts 2 and validate the login action
Struts 2 RequiredFieldValidator - Struts
What is Struts 2 RequiredFieldValidator? Need an Example or Code  What is Struts 2 RequiredFieldValidator? Need an Example or Code on Field Validation in Struts 2.  Please follow the following instruction:1. index.jsp
Where to learn Struts 2?
Where to learn Struts 2?  Hi, I am beginner in Struts and trying to find good tutorial to learn Struts 2 framework. My project is in Struts 2... at Struts 2 Tutorial for Web application development section. Thanks
Architecture of Struts 2 Framework
Architecture of Struts 2 Framework In this chapter we will discuss about the Architecture and Lifecycle of Struts 2. This Struts 2 Architecture is based on WebWork and XWork framework. Struts 2 promotes the MVC framework
Struts 2 Tutorial
Struts 2 Guide
Struts 2 Guide       This is first example of Struts 2 in this Complete application development tutorial series... and deployment of "Hello World" quick Struts 2 guided tutorial. Example
Struts 2 Integration with Struts 1
Struts 2 Integration with Struts 1  I want to integrate struts 2 with struts 1 existing application. Can you please help on how to go about this. I am not finding any good source to integrate struts 2 with struts 1 framework
Struts 2 + Hibernate
Struts 2 + Hibernate  From where can i get good tutorial from integrating struts 2 with hibernate , which explains step by step procedure in integration and to build web applications
Struts Tutorial: Struts 2 Tutorial for Web application development, Jakarta Struts Tutorial
Struts 2 Tutorials - Jakarta Struts Tutorial Learn Struts 2... download the example of Struts 2 tutorial and test on your computer. Lets Get... Tutorial Struts 2.3.8 Tutorials and Examples Struts 2
Cohabitation struts 1 and 2 - Struts
Cohabitation struts 1 and 2  Hi, I have a problem with the cohabitation of struts 1 and 2. I work on a web application which used struts 1. But i must add some functionality in struts 2. When i modify my web.xml file
regarding struts 2
regarding struts 2   is it not possible to get values from applicationresources.properties into our application in struts 2
struts 2 testing
struts 2 testing  can i get an example for struts 2 action class unit test
Integrating Struts 2 with hybernate - Struts
Integrating Struts 2 with hybernate  Can anyone please help me how to integrate Struts 2 with hybernate. Is there any small project online fo the same? what is the advantage of integrating struts 2 with hybernate over normal
Struts tutorial
Struts tutorial  Please send the Struts meterial and required jar files   Please visit the following links: Struts Tutorials Struts2 Tutorials
Struts 2 + hibernate
Struts 2 + hibernate  How to integrate Struts 2 and Hibernate? Its urgent please help!!   See the example give below.. for integrating struts 2 and hibernate. Struts2.2.1 and hibernate integration application Integrate
What is Struts 2 framework
What is Struts 2 framework  Hi, I am new to the Java web programming. I have completed JSP, Servlet and HTML. Now I want to learn Struts 2. Tell me what is Struts 2? Thanks
struts 2 project samples
struts 2 project samples  please forward struts 2 sample projects like hotel management system. i've done with general login application and all. Ur answers are appreciated. Thanks in advance Raneesh
Struts 2 Tutorials - Struts version 2.3.15.1
Struts 2 Tutorials - Struts version 2.3.15.1 Struts 2 Tutorials covered in this section is developed using the latest version of Struts 2 framework. Latest version of Struts 2 at the time of writing this tutorial is Struts 2.3.15.1.
Time Picker in struts 2 - Struts
Time Picker in struts 2  How to create Time Picker in Struts 2 ? ...;head> <title>Struts 2 Time Picker Example!</title>...;</ul>2. struts.xml (Add the following code)<action name="
Struts Tutorial
In this section we will discuss about Struts. This tutorial will contain... versions. Struts major versions are popularly known as Struts 1, and Struts 2... are as : struts 2.3.14 (latest version till the writing of this tutorial) struts 2.3.1
Value Retain in struts 2 - Struts
Value Retain in struts 2   I tried with the example, but i can get the solution for retaining the value in drop down.  hi You go the following url. Get your solution for getting all records in drop down: URL: http
Value Retain in struts 2 - Struts
Value Retain in struts 2   Hi, I am trying to retain values in .jsp pages using struts2 tag.Can anyone help with the solution. Thanks in advance!  hi You go the following url. Get your solution
struts 2 mysql
struts 2 mysql  In the example : http://www.roseindia.net/struts/struts2/struts-2-mysql.shtml how is the username and password(in insertdata.jsp) which is entered by the user is transferred to the { ("INSERT employee VALUES
Struts 2 - Beganner
Struts 2 - Beganner  Hi ! I am new to Struts2 and I need clarification over Difference between Action Proxy and Action Mapper in struts2 and When both perform their activity?????? Many Thanks Venkateshlu
Pagination in struts 2
Pagination in struts 2  Hi, I have one question regarding pagination in struts 2 I saw one of your code that you explain here:- http... me or guide me what other option i have to use pagination in struts 2 without
struts 2 problem with netbeans - Struts
struts 2 problem with netbeans  i made 1 application in struts2 with netbeans but got one errror like There is no Action mapped for namespace... is wrong between this don't knows 1) 2) /index.jsp
session maintain in struts 2
session maintain in struts 2  hi i am new to Struts 2..... in Action class i wrote **HttpSession session = request.getSession(); session.setAttribute("name", name1);** but in jsp class String session_name=(String
Struts 2 Application
Struts 2 Application Developing user registration application based on Struts 2 Framework This Struts 2 Application is a simple user registration application... of Struts 2. Struts 2 Framework makes it easy to develop enterprise web applications
Interceptors in Struts 2
Interceptors in Struts 2 Interceptors are conceptually analogous to Servlet Filters and are an important part of Struts 2 as it provides Struts 2... for complete process, groups of Struts 2 actions or for any combination of actions
How Struts 2 Framework works?
How Struts 2 Framework works? This tutorial explains you the working of the Struts 2.3.15.1 framework. Struts 2 framework implements MVC architecture, which.... In this tutorial you will learn How Struts 2 works with the help of an easy
Struts 2 Training
Struts 2 Training       The Struts 2 Training for developing enterprise applications with Struts 2 framework. Course Code: STRUS-2 Duration: 5.0 day(s) Apply for Struts 2 Training Lectures
Struts 2 Validation
Struts 2 Validation  Hello,I have been learning struts. I have a problem in the validator tag. I have tried tutorials and got those. I have to add the Users to the database. So, have implemented the code. See attachement
Struts 2 Radio Button
Struts 2 Radio Button  I have a search functionlaity where i have two radio buttons and I am using Struts2 tag.I want first rado button to be selected by default.But when i select the second radio button and hit on search
Struts 2 + Ajax
Struts 2 + Ajax  hi , i am new in java ,i need a help I am setting the attribute in by session.setAttribute which is passes values to a jsp page, in which i have used display:column tag ,now the problem is that i have a attribute
Struts 2 Interceptors
Struts 2 Interceptors Struts 2 framework relies upon Interceptors to do most... part of Struts 2 default stack and are executed in a specific order... advanced tutorials about the Struts 2 framework

Ads