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

Thanks,
Angela Day

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

Reply via email to