Voinea, Marina wrote:

                      (MtgDayForm)form.setMeetings(mtgBeanList); // try to
store in form, the form scoped at "request"

You fowarded to this Action and it has the current request, but objects in that request are now no longer around once you leave this Action.. so you need to put your MtgDayForm back into Request scope or else use Session scope.


--
Rick


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to