Try taking the property attribute out of the bean:write tag.
Leo
-----Original Message-----
From: Abraham Kang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 1:46 PM
To: [EMAIL PROTECTED]
Subject: RE: javax.servlet.ServletException: Cannot find bean client in
scope null
Hi Geoffrey,
Try taking the property attribute out of the iterate tag.
--Abraham
> -----Original Message-----
> From: Geoffrey Van Nuffelen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 12, 2001 1:40 AM
> To: Struts-User (E-Mail)
> Subject: javax.servlet.ServletException: Cannot find bean client in
> scope null
>
>
> 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 working... and the "write" is working without the
> "iterate".
>
> What I have to do ??
> Is it a bug ???
>
> Thanks in advance,
> Geoffrey...
>
>