Re: Cannot find bean: sendJsp in any scope

2010-03-18 Thread tesla
> BookAction. > > Again I suggest you try to get a simple String property on the action form > to display in your browser and then work your way up to the collection. > > Good luck! > > Andrew > > > - Original Message > From: tesla > To: us

Re: Cannot find bean: sendJsp in any scope

2010-03-17 Thread tesla
String property to display to ensure you have Struts configured > properly. > > If you still have trouble let me know and I ll come up with a working > example for you tonight. > > On Wed Mar 17th, 2010 6:51 AM ADT tesla wrote: > >> >>thanks for reply but it still

Re: Cannot find bean: "sendJsp" in any scope

2010-03-17 Thread tesla
hing setup properly. > > > > - Original Message > From: tesla > To: user@struts.apache.org > Sent: Tue, March 16, 2010 10:24:13 AM > Subject: Re: Cannot find bean: "sendJsp" in any scope > > > When i add logic present tag to data.jsp i am no

Re: Cannot find bean: "sendJsp" in any scope

2010-03-16 Thread tesla
When i add logic present tag to data.jsp i am not getting an error but my page is still empty i think my arraylist is null but why? i'm waiting your advices tesla wrote: > > Hi > I wanna show my arrayList on the screen by using logic:iterate tag but > when i run my application

Cannot find bean: "sendJsp" in any scope

2010-03-16 Thread tesla
Hi I wanna show my arrayList on the screen by using logic:iterate tag but when i run my application i am gettig this error.I'm working on this application for two days and still i cant see my arraylist elements on the browser. Thanks in advice. data.jsp Book.java public class Book {

Re: page redirecting problem

2010-03-13 Thread tesla
> but if validation fails (and it looks like it is the case) > it comes back to input which is bookAdd.jsp > Try to change input for something else and see if it is the case. > > Best greetings, > Paweł Wielgus. > > > 2010/3/13 tesla : >> >> thanks for rep

Re: page redirecting problem

2010-03-13 Thread tesla
here i am wrong Paweł Wielgus wrote: > > Hi Tesla, > validation problem? > BookAdd.jsp is defined as input for bookAdd action. > > Best greetings, > Pawel Wielgus. > > 2010/3/13, tesla : >> >> Hi >> >> I have a basic struts project i can

Re: basic struts application

2010-03-10 Thread tesla
urpose? > > Best greetings, > Paweł Wielgus. > > 2010/3/10 tesla : >> >> from a few days i'm working on struts and i'm trying to develop an simple >> web >> application. >> i cant see the elements of my array(bookList) on jsp page when i run m

basic struts application

2010-03-09 Thread tesla
from a few days i'm working on struts and i'm trying to develop an simple web application. i cant see the elements of my array(bookList) on jsp page when i run my program it returns me an empty page where am i wrong please help me i'm losing my mind for two days. Book class public class Book {

RE: Cannot find bean: "bookList" in any scope

2010-03-08 Thread tesla
its struts 1 struts version 1.2.9 and also i added this code "bookForm.getBookList().add("qwer") " to bookAction.java but still i cant see array elemtens at the browser its my struts config.xml mgainty wrote: > > > the short answer is you'll need to

Re: Cannot find bean: "bookList" in any scope

2010-03-08 Thread tesla
thx for helping but now when i run the application i see an empty page i can't see books which i retrive from my database i guess my arraylist is empty why it is?? -- View this message in context: http://old.nabble.com/Cannot-find-bean%3A-%22bookList%22-in-any-scope-tp27816517p27828192.html Sent

Cannot find bean: "bookList" in any scope

2010-03-07 Thread tesla
Hi i'm new at struts.I wanna write all the array elements which i defined at java class to the jsp file but i'm getting this error "javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find bean: "bookList" in any scope" Here is my code Thx for helping Book.JAVA public class Bo