Cannot Find Bean in Scope Request

2004-09-23 Thread Caroline Jen
(plural) is used to create a drop-down menu in this form, PageBeans (plural) is irrelevant in the subsequest steps. Why do I get '[ServletException in:/frame/content/content.jsp] Cannot find bean PageBeans in scope request' by clicking on the Submit button of the form? Partial content.jsp code

Re: Cannot Find Bean in Scope Request

2004-09-23 Thread Wendy Smoak
From: Caroline Jen [EMAIL PROTECTED] The error message that appears in the browser (runtime problem, not compilation problem) is: '[ServletException in:/frame/content/content.jsp] Cannot find bean PageBeans in scope request' Partial content.jsp code: bean:define id=pageList name

Cannot Find Bean in Scope Request

2004-09-23 Thread Caroline Jen
(plural) is used to create a drop-down menu in this form, PageBeans (plural) is irrelevant in the subsequest steps. Why do I get '[ServletException in:/frame/content/content.jsp] Cannot find bean PageBeans in scope request' by clicking on the Submit button of the form? Partial content.jsp code

Re: Cannot Find Bean in Scope Request

2004-09-23 Thread Jeff Beal
) is used to create a drop-down menu in this form, PageBeans (plural) is irrelevant in the subsequest steps. Why do I get '[ServletException in:/frame/content/content.jsp] Cannot find bean PageBeans in scope request' by clicking on the Submit button of the form? Is it possible there is a form

Re: Cannot Find Bean in Scope Request

2004-09-23 Thread Caroline Jen
I tried your suggestion: 1. deleted the bean:define ... tag; and 2. use the html-el: ... tags. The drop-down menu gets displayed without problem. But, when I click on the Submit button to submit that form, I still get the same error message 'cannot find bean PageBeans in scope request

Re: Cannot Find Bean in Scope Request

2004-09-23 Thread Caroline Jen
message 'cannot find bean PageBeans' in scope request'. How to handle this kind of situation? --- Jeff Beal [EMAIL PROTECTED] wrote: Caroline Jen wrote: The message is confusing because PageBeans (plural) is a Collection of PageBean (singular). Upon successful execution of a servlet

Re: Cannot Find Bean in Scope Request

2004-09-23 Thread Jeff Beal
to the 'content.jsp', I have the error message 'cannot find bean PageBeans' in scope request'. How to handle this kind of situation? That's a trickier question and depends a lot on how the PageBeans bean was originally populated. You will probably need to write an Action whose execute method reads something like

Re: Cannot Find Bean in Scope Request

2004-09-23 Thread Caroline Jen
and the control returns to the 'content.jsp', I have the error message 'cannot find bean PageBeans' in scope request'. How to handle this kind of situation? That's a trickier question and depends a lot on how the PageBeans bean was originally populated. You will probably need to write an Action