Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML
 
 
Hot Web Programming Job

 

Tutorial Categories: Ajax | Articles | JSP | Bioinformatics | Database | Free Books | Hibernate | J2EE | J2ME | Java | JavaScript | JDBC | JMS | Linux | MS Technology | PHP | RMI | Web-Services | Servlets | Struts | UML


 

Java Tutorials

Core Java
JSP
Servlet
JDBC
Hibernate
Struts 1
Struts 2
JSF
Spring
J2EE
J2ME
Web Services
Ajax
Dojo
MySQL
Latest Comments
•Bad code
•Struts
•JDK2.0
•Cursor Exception
•project - reg
  All Comments...
 

 

 
Struts Tutorials
*Stuts TOC
*Apache Struts Introduction
* Struts Controller
* Struts Action Class
* Struts ActionFrom Class
* Using Struts HTML Tags
*Struts Validator Framework    
*Client Side Address Validation    
*Struts Tiles
*tiles-defs.xml
*Struts DynaActionForm
*Struts File Upload
*Struts DataSource
*AGGREGATING ACTIONS
*Internationalization
Struts Resources
*Struts Books
*Struts Articles
*Struts Frameworks
*Struts IDE
*Struts Alternative
*Struts Links
*Struts Presentations
*Struts Projects
*Struts Software
*Struts Reference
*Struts Resources
*Other Struts Tutorial
Visit Forum! Post Questions!
Jobs At RoseIndia.net!

Have tutorials?
Add your tutorial to our Java Resource and get tons of hits.

We offer free hosting for your tutorials. and exposure for thousands of readers. drop a mail
roseindia_net@yahoo.com
 
   

 
Join For Newsletter

Powered by groups.yahoo.com
Visit Group! Post Questions!

Struts Struts2 Struts 2 Download

User Comments
Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl
  Blink   Furl   Simpy   Y! MyWeb 

Facing Programming Problem?
Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 

Current Comments

14 comments so far (post your own) View All Comments Latest 10 Comments:

There is an exmaple in rose india site which is wrong code:
obj.fun2(2);
should have two argumnets in fun2(2,3);

URL is:
http://www.roseindia.net/java/learn-java-in-a-day/oops.shtml

Please check the code:
class A{
public void fun1(int x){
System.out.println("int in A");
}

}

class B extends A{
public void fun2(int x,int y){
fun1(6); // prints "int in A"
System.out.println("int in B");
}
}
public class C{
public static void main(String[] args){
B obj= new B();
obj.fun2(2);
}
}

Posted by Varun Singh on Wednesday, 05.7.08 @ 14:06pm | #58788

SEVERE: Context [/struts2-blank-2.0.11] startup failed due to previous errors

Posted by Abhishek Khandelwal on Thursday, 05.1.08 @ 17:44pm | #58308

I found this site providing very useful tips in downloading and understanding Struts.

Posted by Karthic on Friday, 03.21.08 @ 03:05am | #53522

I have problem with starting struts2

When I deploy struts2-blank-2.0.11.war then I get

/log/catalina.out
------------------------------
-
SEVERE: Error filterStart
19.2.2008 2:15:56 org.apache.catalina.core.StandardContext start
SEVERE: Context [/struts2-blank-2.0.11] startup failed due to previous errors

localhost.log
-------------------------------
19.2.2008 2:25:14 org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter struts2
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
at com.opensymphony.xwork2.util.DomHelper$DOMBuilder.<clinit>(DomHelper.java:167)
at com.opensymphony.xwork2.util.DomHelper.parse(DomHelper.java:115) ........

if I use Tomcat Web Application Manager for start struts2-blank-2.0.11
---------------------------------------------------------------------------------------
FAIL - Application at context path /struts2-blank-2.0.11 could not be started
I use
---------------------
linux fedora7/8
Apache Tomcat/5.5.26
Java 1.6.0_04-b12

Can anybody help me?

Posted by Migi on Tuesday, 02.19.08 @ 07:07am | #48951


In Hello world application i'm gettting the below error while I deploy using Tomcat.

HTTP Status 404 - There is no Action mapped for action name HelloWorld.

Can anybody tell the remedy for this? I need it urgently.

Posted by Rose on Friday, 02.1.08 @ 10:54am | #46815

I am really impressed by the information that i get on this site. Thanks a lot..

Posted by Nirupa on Monday, 01.21.08 @ 12:09pm | #45748

Hi,

I follow your instruction but using ver2.0.11,
I got the following error:

The requested resource (struts2-blank-2.0.11/example/HelloWorld.action) is not available.

Hope that you help me to fix this problem.

Thanks you

Posted by Fox Yong on Wednesday, 12.5.07 @ 16:15pm | #41359

Useful site...

Posted by nisha on Wednesday, 10.24.07 @ 15:51pm | #34676

4. Hi Svitsem!
We got your request to know for downloading the Struts 2.0. Don’t worry Please try again.

Please visit:
Download Struts 2.0.9

Thanks for visiting our site.
Vinod Kumar

Posted by Vinod Kumar on Tuesday, 10.23.07 @ 18:15pm | #34633

Can not download struts 2 from http://struts.apache.org/download.cgi.

Posted by svitsem on Monday, 10.22.07 @ 00:10am | #34521

Nice , good starting point here for Struts

Posted by George on Sunday, 10.21.07 @ 07:41am | #34496

Help me for getting TLD files for installing Struts-2.0.9 in Tomcat

Posted by suraj on Thursday, 10.11.07 @ 16:30pm | #33057

Hi,

Thanks for giving the valuable points to install the sturts.Its really heapful.

Posted by RAMA DEVI on Tuesday, 07.24.07 @ 11:29am | #21814

I like it.

Posted by Dmitriy on Wednesday, 07.11.07 @ 02:47am | #21055

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Back to Tutorial

 

  JDO Tutorials
  EAI Articles
  Struts Tutorials
  Java Tutorials
  Java Certification

Tell A Friend
Your Friend Name
Search Tutorials

 

 
 
Browse all Java Tutorials
Java JSP Struts Servlets Hibernate XML
Ajax JDBC EJB MySQL JavaScript JSF
Maven2 Tutorial JEE5 Tutorial Java Threading Tutorial Photoshop Tutorials Linux Technology
Technology Revolutions Eclipse Spring Tutorial Bioinformatics Tutorials Tools SQL
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2007. All rights reserved.