arrayList size

2003-07-30 Thread Pramod . P
Hi,
 I am using an arrayList (list1) inside the form bean. How do I check the size of 
the list
(using logic:equal) in the jsp, without creating any other varibale in the form bean 
(to store the
size)?

Thanks,
Pramod





This  electronic  mail  message  is  intended  solely  for  the  named  recipients  
and  may contain
confidential  and  proprietary  business information of eFunds Corporation and all its 
subsidiaries.
If  you  are  not a named recipient, please notify the sender immediately.  You may 
not disclose the
contents  to  any  other  person;  use  this  electronic  mail message or its contents 
for any other
purpose; or further store or copy its contents in any medium.



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



Re: arrayList size

2003-07-30 Thread Nicolas De Loof
Use this :

bean:size id=size name=myFormBean property=theArrayList /
logic:equal name=size value=...
 ...
/logic:equal


Nico.

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 30, 2003 9:39 AM
Subject: arrayList size


 Hi,
  I am using an arrayList (list1) inside the form bean. How do I check the size 
 of the list
 (using logic:equal) in the jsp, without creating any other varibale in the form bean 
 (to store the
 size)?
 
 Thanks,
 Pramod
 
 
 
 
 
 This  electronic  mail  message  is  intended  solely  for  the  named  recipients  
 and  may contain
 confidential  and  proprietary  business information of eFunds Corporation and all 
 its subsidiaries.
 If  you  are  not a named recipient, please notify the sender immediately.  You may 
 not disclose the
 contents  to  any  other  person;  use  this  electronic  mail message or its 
 contents for any other
 purpose; or further store or copy its contents in any medium.
 
 
 
 -
 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]



Re: arrayList size

2003-07-30 Thread Pramod . P

Thank you very much!!



   
   
Konstadinis Euaggelos
   
[EMAIL PROTECTED]   To: Struts Users Mailing List 
[EMAIL PROTECTED]  
rodyn.com  cc:
   
Subject: Re: arrayList size
   
07/30/2003 01:06 PM
   
Please respond to Struts  
   
Users Mailing List
   
   
   
   
   




From  Struts in Action ,

bean:size id =list1size name =list1
logic:equal name=list1size value=0
  Do everything you want here.
/logic:equal



Vangos.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 30, 2003 10:39 AM
Subject: arrayList size


 Hi,
  I am using an arrayList (list1) inside the form bean. How do I check
the size of the list
 (using logic:equal) in the jsp, without creating any other varibale in the
form bean (to store the
 size)?

 Thanks,
 Pramod




 
 This  electronic  mail  message  is  intended  solely  for  the  named
recipients  and  may contain
 confidential  and  proprietary  business information of eFunds Corporation
and all its subsidiaries.
 If  you  are  not a named recipient, please notify the sender immediately.
You may not disclose the
 contents  to  any  other  person;  use  this  electronic  mail message or
its contents for any other
 purpose; or further store or copy its contents in any medium.
 


 -
 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  electronic  mail  message  is  intended  solely  for  the  named  recipients  
and  may contain
confidential  and  proprietary  business information of eFunds Corporation and all its 
subsidiaries.
If  you  are  not a named recipient, please notify the sender immediately.  You may 
not disclose the
contents  to  any  other  person;  use  this  electronic  mail message or its contents 
for any other
purpose; or further store or copy its contents in any medium



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



Re: arrayList size

2003-07-30 Thread Pramod . P

Thank you !!
It is working now!



   
 
Nicolas De
 
Loof To: Struts Users Mailing List [EMAIL 
PROTECTED]  
nicolas.deloof   cc:  
 
@cgey.comSubject: Re: arrayList size  
 
   
 
07/30/2003 
 
01:05 PM   
 
Please respond 
 
to Struts 
 
Users Mailing  
 
List  
 
   
 
   
 




Use this :

bean:size id=size name=myFormBean property=theArrayList /
logic:equal name=size value=...
 ...
/logic:equal


Nico.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 30, 2003 9:39 AM
Subject: arrayList size


 Hi,
  I am using an arrayList (list1) inside the form bean. How do I check the size 
 of the list
 (using logic:equal) in the jsp, without creating any other varibale in the form bean 
 (to store the
 size)?

 Thanks,
 Pramod




 
 This  electronic  mail  message  is  intended  solely  for  the  named  recipients  
 and  may
contain
 confidential  and  proprietary  business information of eFunds Corporation and all 
 its
subsidiaries.
 If  you  are  not a named recipient, please notify the sender immediately.  You may 
 not disclose
the
 contents  to  any  other  person;  use  this  electronic  mail message or its 
 contents for any
other
 purpose; or further store or copy its contents in any medium.
 


 -
 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  electronic  mail  message  is  intended  solely  for  the  named  recipients  
and  may contain
confidential  and  proprietary  business information of eFunds Corporation and all its 
subsidiaries.
If  you  are  not a named recipient, please notify the sender immediately.  You may 
not disclose the
contents  to  any  other  person;  use  this  electronic  mail message or its contents 
for any other
purpose; or further store or copy its contents in any medium



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