Riya Carl

Greenhorn
+ Follow
since Feb 28, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Riya Carl

Okay thanks. Is there tutorial where I can find examples on creating struts1.3 application?
14 years ago
Okay, This is what I have modified in struts-config.xml and index.jsp. Now I get HTTP Status 404 No matter if I write /examplejsp or examplejsp in the link.



14 years ago
So I created the index.jsp and added it to the web.xml welcome-file


When I click on the link< i get the same error:

exception

org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find bean: "testList" in any scope
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

14 years ago
Ok. I had mapped it to *.do earlier, however it gave the same error.

So what am I doing wrong that it does not call the action. What should I do?
14 years ago
I run this project with tomcat plug-in in eclipse. If I change the example.jsp to a static jsp page e.g. display Hello World, then it works fine.
14 years ago
Sorry I will edit the code. I did try to attach the files seperaely though.
14 years ago
Thanks for replying David. I can add the full source code. Please find attached rest of the java files.

14 years ago
Hello,

I am new to Struts, and I am trying to create a small web application using tutorials in Struts 1.3. I get the error
javax.servlet.jsp.JspException: Cannot find bean: "testList" in any scope .
Anyidea whats causing this? Pleaase help.

web.xml:

struts-config.xml:
14 years ago