Re: arraylist problem.

2005-07-04 Thread Vijay K Anand

Hi

You can use size property to check the length of the Arraylist .

[EMAIL PROTECTED] wrote:


I have a condition where I have an arraylist(must) containing a bean and
i 
have to display it in my jsp. I cannot use logic:iterate since if the 
arraylist does not contain the bean, the controls are not displayed at 
all. (I have approx 40 controls to be displayed ).



what is the way out? 



Amitava Basak
ASE
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com

Notice: The information contained in this e-mail message and/or
attachments to it may contain confidential or privileged information.
If you are not the intended recipient, any dissemination, use, review,
distribution, printing or copying of the information contained in this
e-mail message and/or attachments to it are strictly prohibited.   If
you have received this communication in error, please notify us by reply
e-mail or telephone and immediately and permanently delete the message
and any attachments.  Thank you

 




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



Re: arraylist problem.

2005-07-04 Thread Vijay K Anand

bean:size
[EMAIL PROTECTED] wrote:


I have a condition where I have an arraylist(must) containing a bean and
i 
have to display it in my jsp. I cannot use logic:iterate since if the 
arraylist does not contain the bean, the controls are not displayed at 
all. (I have approx 40 controls to be displayed ).



what is the way out? 



Amitava Basak
ASE
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com

Notice: The information contained in this e-mail message and/or
attachments to it may contain confidential or privileged information.
If you are not the intended recipient, any dissemination, use, review,
distribution, printing or copying of the information contained in this
e-mail message and/or attachments to it are strictly prohibited.   If
you have received this communication in error, please notify us by reply
e-mail or telephone and immediately and permanently delete the message
and any attachments.  Thank you

 




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



RE: arraylist problem.

2005-07-04 Thread Venkata Krishna V.

Hi Amit,
You can use the logic notEmpty operator to check if the array
list is null or not.

Regards,
Venkat

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, July 04, 2005 3:29 PM
To: user@struts.apache.org
Subject: arraylist problem.


I have a condition where I have an arraylist(must) containing a bean and
i have to display it in my jsp. I cannot use logic:iterate since if the
arraylist does not contain the bean, the controls are not displayed at
all. (I have approx 40 controls to be displayed ).


what is the way out?


Amitava Basak
ASE
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com

Notice: The information contained in this e-mail message and/or
attachments to it may contain confidential or privileged information.
If you are not the intended recipient, any dissemination, use, review,
distribution, printing or copying of the information contained in this
e-mail message and/or attachments to it are strictly prohibited.   If
you have received this communication in error, please notify us by reply
e-mail or telephone and immediately and permanently delete the message
and any attachments.  Thank you

 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not to copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful. This e-mail may contain viruses. 
Infosys has taken every reasonable precaution to minimize this risk, but is not 
liable for any damage you may sustain as a result of any virus in this e-mail. 
You should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the content of all 
messages sent to or from this e-mail address. Messages sent to or from this 
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***

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