Re: Cannot find bean: sendJsp in any scope

2010-03-18 Thread tesla
er@struts.apache.org > Sent: Wed, March 17, 2010 11:10:15 AM > Subject: Re: Cannot find bean: sendJsp in any scope > > > I already had public getName() method.i wrote all getters and setters to > my > application just didn't post them to the forum.i created a new arraylist &g

Re: Cannot find bean: sendJsp in any scope

2010-03-17 Thread Andrew Sharpe
ndrew - Original Message From: tesla To: user@struts.apache.org Sent: Wed, March 17, 2010 11:10:15 AM Subject: Re: Cannot find bean: sendJsp in any scope I already had public getName() method.i wrote all getters and setters to my application just didn't post them to the forum.i created a new

Re: Cannot find bean: sendJsp in any scope

2010-03-17 Thread tesla
n't work I would recommend trying to first output a >>> String property to verify you have everything setup properly. >>> >>> >>> >>> - Original Message >>> From: tesla >>> To: user@struts.apache.org >>> Sent: Tue,

Re: Cannot find bean: sendJsp in any scope

2010-03-17 Thread Andrew Sharpe
ate >> >> If this still doesn't work I would recommend trying to first output a >> String property to verify you have everything setup properly. >> >> >> >> - Original Message >> From: tesla >> To: user@struts.apache.org &

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 Andrew Sharpe
ssage 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 not getting an error but my page is still empty i think my arraylist is null but why? i'm waiting

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 i am gettig this e

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 {