Hi,
can u use name in bean attribute is same name in the logic iterate name
attribute.......
means
<logic:iterate id="mYear" name="modelYear">
<html:option value="">
<bean:write name="modelYear"/> instead of mYear
</html:option>
</logic:iterate>
thank you
srinivas
-----Original Message-----
From: Sarat, Sukla (S.) [mailto:[EMAIL PROTECTED]
Sent: Friday, November 11, 2005 3:42 PM
To: Struts Users Mailing List
Subject: Cannot find bean any scope
Hello
Here is my code
<logic:iterate id="mYear" name="modelYear">
<html:option value="">
<bean:write name="mYear"/>
</html:option>
</logic:iterate>
It is giving error like "cannot find bean mYear in any scope"
Any suggestion???
Thanks in advance.
Regards,
Sarat
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]