My Form Bean is configured properly and It does contain values.
The only thing that I am not understanding is , why is struts looking for
the bean with name as "managers".
I get this error , Cannot find bean managers in any scope.

Thanks,
Vikram

-----Original Message-----
From: Khalid Umar [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:15 PM
To: Struts Users Mailing List
Subject: RE: Logic Iterate



If it is collection of Strings only then you can write the collection on
page using
<bean:write name="managers"/> itself. 
There is No need to provide "property" attribute. property attribute is
required if you have collection of objects.

Check the name of Formbean name="NewCategoryConfirm". 
Should be from struts-config.xml file.

<logic:iterate id="managers" name="NewCategoryConfirm"
property="categoryMangers">
                <bean:write name="managers" property="fieldname"/>
        </logic:iterate>

-----Original Message-----
From: Ramesh Kannery [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 17, 2003 4:07 PM
To: Struts Users Mailing List
Subject: RE: Logic Iterate

may be ur collection may be empty or null
check ur collection object whether its contains anything??

-----Original Message-----
From: Thakur, Vikram [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:09 PM
To: 'Struts Users Mailing List'
Subject: RE: Logic Iterate


No, It does not work.
It says ,  Cannot find bean managers in any scope.

Thanks anywayz.


-----Original Message-----
From: Ramesh Kannery [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 3:55 PM
To: Struts Users Mailing List
Subject: RE: Logic Iterate


        <logic:iterate id="managers" name="NewCategoryConfirm"
property="categoryMangers">
                <bean:write name="managers" property="fieldname"/>
        </logic:iterate>

try this

-----Original Message-----
From: Thakur, Vikram [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 3:57 PM
To: Struts (E-mail)
Subject: Logic Iterate




Hi ,
        Can anyone help me with this iterate Tag ?

        <logic:iterate id="managers" name="NewCategoryConfirm"
property="categoryMangers">
                <bean:write name="managers"/>
        </logic:iterate>

        the categoryManagers property  returns a Collection os Strings I
want to print all the values in the collection on screen.
        Is it possible using  <bean:write>  or there any alternatives.

Thanks,
Vikram 


____________________________________________________
This message contains information that may be privileged or confidential
and
is the property of the Cap Gemini Ernst & Young Group. It is intended
only
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorised to read, print, retain, copy,
disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all
copies
of this message.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

____________________________________________________
This message contains information that may be privileged or confidential
and
is the property of the Cap Gemini Ernst & Young Group. It is intended
only
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorised to read, print, retain, copy,
disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all
copies
of this message.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


**************************Disclaimer************************************

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

____________________________________________________
This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is intended only
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorised to read, print, retain, copy, disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to