Re: Cannot find bean: bookList in any scope

2010-03-08 Thread stanlick
You have bookList and listBook. Change one of them. On Sun, Mar 7, 2010 at 8:25 PM, tesla fatihdu...@hotmail.com wrote: 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:

Re: Cannot find bean: bookList in any scope

2010-03-08 Thread Paweł Wielgus
Hi All, also shouldn't it be logic:iterate name=bookForm property=bookList ? Best greetings, Paweł Wielgus. 2010/3/8 stanl...@gmail.com: You have bookList and listBook.  Change one of them. On Sun, Mar 7, 2010 at 8:25 PM, tesla fatihdu...@hotmail.com wrote: Hi i'm new at struts.I wanna

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

RE: Cannot find bean: bookList in any scope

2010-03-08 Thread Martin Gainty
From: fatihdu...@hotmail.com To: user@struts.apache.org Subject: Re: Cannot find bean: bookList in any scope 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

RE: Cannot find bean: bookList in any scope

2010-03-08 Thread tesla
: Cannot find bean: bookList in any scope 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