Yes , we did ! :-(
----- Original Message -----
Sent: Thursday, May 10, 2001 3:04 PM
Subject: RE: Logic iterate problems

have u put that object into the session, before u get to the form
 
session.setAttribute("tabTest", VectorObject);
-----Original Message-----
From: Sylvain FAGNENT [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 2:57 PM
To: [EMAIL PROTECTED]
Subject: Logic iterate problems

Hello,
 
I have a Vector Object stored in my session with the key "tabTest" this Vector
contains "Client" Objetcs, Client classe have a "name" property.
 
I use this code in my JSP :
 
<logic:iterate id="client" name="tabTest" scope="session" type="Client">
    <bean:write name="client" property="name"/>
</logic:iterate>
 
This error is return :
 
...JSP Exception : Cannot find bean client in scope null....
 
any help...Thanks
 
Sylvain

Reply via email to