You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Nicolas De Loof <ni...@cgey.com> on 2003/07/30 09:35:59 UTC

Re: arrayList size

Use this :

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


Nico.

----- Original Message ----- 
From: <Pr...@in.efunds.com>
To: <st...@jakarta.apache.org>
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: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org