Yupthanks!
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)
> request.getAttribute("downloadList").iterator
Something like the following should work (double-check the syntax though!):
<%@ page import="com.oe.wa.cal.bean.DownloadBean" %>
> <%
>
for (DownloadBean db: (List)
request.getAttribute("downloadList").iterator()) {
>out.print(db.getSomeProperty());
>
}
> %>
>
>
-Brian
Hi,
So I think I have a better way to ask my question ;-)
Given something like this block of tags:
How can I do something like this inside the :
<%@ page import="com.oe.wa.cal.bean.DownloadBean" %>
<%
DownloadBean db = (DownloadBean) request.getAttribute("download")
3 matches
Mail list logo