I usually put things like this in a thin JavaBean wrapper, so properties like "size" can be returned by a proper "getSize()" method call.
Ashoka Murthy wrote: > > I have a vector object available in request. Now I want to check in the JSP > whether its size is 0 or more, if it is 0 I want to print a message "No Data > available" in the jsp. I want to know how to do this in Struts framework? > > Thanks > Ashoka Murthy > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

