I tried to encapsulate all my tags with
<html:form action="realAction">
......
</html:form>

But it still doesn't work !
----- Original Message -----
From: "Firmin David" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 10, 2001 3:22 PM
Subject: RE: Logic iterate problems


> I came across a similar problem not so long ago. What I'd done wrong was
try
> and access properties outside the <html:form> tags.
> Moving my tag calls inside the form tags fixed my problem at the time, but
I
> don't know if this applies in your case. It's worth double checking
> none-the-less.
>
> Regards
> David
>
> -----Original Message-----
> From: Sylvain FAGNENT [mailto:[EMAIL PROTECTED]]
> Sent: 10 May 2001 13:57
> 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
>
>
>
> ************************************************************************
> The information in this email is confidential and is intended solely
> for the addressee(s).
> Access to this email by anyone else is unauthorised. If you are not
> an intended recipient, you must not read, use or disseminate the
> information contained in the email.
> Any views expressed in this message are those of the individual
> sender, except where the sender specifically states them to be
> the views of Capco.
>
> http://www.capco.com
> ***********************************************************************
>
>

Reply via email to