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...

Reply via email to