Yeah, the container can't find the collection...?

<html:options> iterates through a collection of beans.  You are trying to
iterate through an array - can't be done.

Mark

-----Original Message-----
From: Angela Day [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 3:20 PM

I'm going crazy with this error message.  Does anyone know what the 
problem is?

[ServletException in:/createReport/getGroupId.jsp] Cannot find bean 
under name groupQuery'

JSP:
        <html:select property="groupId" >
            <html:options
                        collection="groupQuery"
                        property="groupId"
                        labelProperty="groupId"
            />
        </html:select>

Action:
                MyGroupForm[] lst = (MyGroupForm[])cmd.getResults();
                request.setAttribute("groupQuery", lst);



--
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]>

Reply via email to