I have a Collection called 'remarks'.  I can use the
<logic:notEmpty> or <logic:empty> tags to test out if
the Collection has some elements in it or not.

1. Is there any tag I can use to test the size value
of that Collection to be zero or greater than zero?
Or I have to use the Java code in my JSP page?
 
2. Is there any tag I can use to output the 
 
   remarks.size();

   to the browser?

I simply think that it should not be too much Java
code in a JSP page.   


   


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to