Please help with logic:iterate

Hi I have the following code in reset method

ArrayList a=new ArrayList();

int i=0;

for(i=0;i<10;i++)

{

a.add(i,"abcd"+i);

}

request.setAttribute("mytest",a);

*************************************************

In the JSP code I have

<logic:iterate id="output" name="mytest">

Output is <bean:write name="output"/>

</logic:iterate>

I get the error

org.apache.jasper.JasperException: Cannot find bean output in any scope

Please help me!!! What should I do to print the value on the screen.

[608 byte] By [garollousa] at [2007-11-27 10:00:43]
# 1
Try reposting your code with code tags and when it is readable someone may be able to help you.Paste codeHighlight itClick code button
floundera at 2007-7-13 0:32:17 > top of Java-index,Java Essentials,New To Java...