Yup....thanks!

On Nov 18, 2009, at 8:30 AM, Brian Thompson wrote:

> Something like the following should work (double-check the syntax though!):
> 
> <%@ page import="com.oe.wa.cal.bean.DownloadBean" %>
>> <%
>> 
>        for (DownloadBean db: (List<DownloadBean>)
> request.getAttribute("downloadList").iterator()) {
> 
>>       out.print(db.getSomeProperty());
>> 
>        }
> 
>> %>
>> 
>> 
> 
> -Brian


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

Reply via email to