File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Cannot find bean: Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Cannot find bean: "sendJsp" in any scope" Watch "Cannot find bean: "sendJsp" in any scope" New topic
Author

Cannot find bean: "sendJsp" in any scope

ali okur
Greenhorn

Joined: Mar 08, 2010
Posts: 11
Hi
I wanna show my arrayList on the screen by using logic:iterate tag but when i run data.jsp i am gettig this error.I'm working on this application for a long time and still i cant see my arraylist elements on the browser.
Thanks in advice.

data.jsp



Book.java



BookAction.java



BookForm.Java



struts_config.xml

ali okur
Greenhorn

Joined: Mar 08, 2010
Posts: 11
When i add logic present tag to the data.jsp i am not getting an error but when i run data.jsp my page is still empty. i think my arraylist is null but why? i'm waiting your advices
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cannot find bean: "sendJsp" in any scope
 
Similar Threads
PRoblem in displaying ActionForm
how to obtain list object from an actionform
Servlet action not available
javax.servlet.ServletException: javax.servlet.jsp.JspException: No getter method for property result
struts beginner question