| 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 | ||||
|
||||
|
|
||||
| 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
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
4 comments so far (post your own) View All Comments Latest 10 Comments:i am using tomcat6 as well as jdk1.6_07
and seriously, this does not work:(
and I really need to get this working!
I can get to http://localhost:8080/struts2tutorial/
but when i click on the link, it gievs me the no action mapped error :(
Posted by alan on Monday, 10.13.08 @ 11:34am | #81038
@Chris,
Open your index.html file,which is in \webapps\struts2tutorial directory, with notepad and check if the format of the file is correct. If not then correct it and the application should work.
If it still doesn't work replace the contents in index.html file with the following (Note:copy this in notepad) and save:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<body>
<p>Loading ...</p>
<ul>
<li><a href="roseindia/showLogin.action">Login Application</a></li>
</ul>
</body>
</html>
Make sure your tomcat is running. Build the application and open http://localhost:8080/struts2tutorial/
It should work!
Cheers
Jasmine
Posted by Jasmine on Tuesday, 04.22.08 @ 17:50pm | #57514
I was wandering if the "short-circuit" in validation can work correctly,whether I set it "true" or "false",I get the same result.
Is this a BUG of Struts2.0,or I have done it in the wrong way?Hope somebody could be so kind to help me!!!
Posted by Jerry on Monday, 03.31.08 @ 07:18am | #54842
I get following error. Using
Tomcat 6.0
JDK 1.6_04
There is no Action mapped for namespace /roseindia and action name showLogin. - [unknown location]
How do I resolve this problem?
Posted by Chris on Friday, 02.15.08 @ 03:23am | #48327