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