javax.servlet.ServletException: Cannot find bean client in scope null

2001-06-12 Thread Geoffrey Van Nuffelen
Hi all, I always have this error with this code in my jsp. body bgcolor=white logic:iterate id=client name=test property=clients bean:write name=client property=nmclient/ /logic:iterate /body /html:html The problem is the bean:write tag inside the logic:iterate tag. The iterate is

Re: Logic-Iterate not finding scope of Bean - bean:write error ???

2001-06-11 Thread Geoffrey Van Nuffelen
Hi all, I have the same goal of Kat Luna.. and I have the same syntax. But for me, I think that the error come from the bean:write tag. This tag don't find the scope of the bean and then don't find the bean. I really don't know what I have to do.. I don't think so that use the standard jsp

Tag Iterate !!!

2001-06-01 Thread Geoffrey Van Nuffelen
Hi all, I try to use the tag iterate (logic) but I can't. I haven't success. I am working on Windows NT with tomcat 3.2 and struts 1.0b-2. I try to pass an array of object ( a personnal client class). but when a try to access a property I have this error : javax.servlet.ServletException:

Re: Oracle Driver

2001-05-18 Thread Geoffrey Van Nuffelen
Hi Gregor, I already tried it but it's not working. I recieve this error message in the servlet.log : 2001-05-18 04:41:56 - path=/struts-client :action: Initializing application data source org.apache.struts.action.DATA_SOURCE 2001-05-18 04:41:56 - path=/struts-client :action: Exception

Re: Oracle Driver

2001-05-18 Thread Geoffrey Van Nuffelen
Thanks to All, It's working ! I forgot to change the name to .jar . Geoffrey... - Original Message - From: Turgay Zengin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 18, 2001 2:45 PM Subject: Re: Oracle Driver I put classes12.zip (and any other archive the web

New to struts

2001-05-03 Thread Geoffrey Van Nuffelen
Hi, I am new to struts. I did the download of the release of strust (1.0b1). I use winzip, and now I have a directories structure. But where to begin ? What I have to do to create a new application ? Thanks geoffrey...