Re: Cannot find bean: sendJsp in any scope

2010-03-18 Thread tesla
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 fatihdu...@hotmail.com To: user@struts.apache.org Sent: Wed, March 17, 2010 11:10:15 AM Subject: Re: Cannot

Re: Cannot find bean: sendJsp in any scope

2010-03-17 Thread tesla
a String property to verify you have everything setup properly. - Original Message From: tesla fatihdu...@hotmail.com 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

Re: Cannot find bean: sendJsp in any scope

2010-03-17 Thread tesla
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 doesn't work.I am looking the tutorials on the google and it must be like

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 logic:iterate id=book name=sendJsp

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

Re: page redirecting problem

2010-03-13 Thread tesla
name=BookAddForm path=/bookAdd scope=request type=paket.BookAddAction forward name=success path=/data.jsp/ /action Paweł Wielgus wrote: Hi Tesla, validation problem? BookAdd.jsp is defined as input for bookAdd action. Best greetings, Pawel Wielgus. 2010/3/13

Re: page redirecting problem

2010-03-13 Thread tesla
(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 fatihdu...@hotmail.com: thanks for reply. BookAdd.jsp is defined as input for bookAdd action

Re: basic struts application

2010-03-10 Thread tesla
greetings, Paweł Wielgus. 2010/3/10 tesla fatihdu...@hotmail.com: 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

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
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 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 action-mappings action path=/Welcome forward=/welcomeStruts.jsp/ action

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 Book