From: "Scott Purcell" <[EMAIL PROTECTED]>
> I am popping up a little window 500 x 300 and showing a upload File box.
> But when I submit the form, I get all kinds of BEAN errors in the log
file?

> I do not see what is different between popup window and a normal main
window?

It's a separate request.  Without knowing anything else, I would guess that
you're putting things in request scope, then when you open a new window, the
things you expect to be there, aren't.

Try putting the "missing" bean into session scope, and see if the problem
goes away.

If not, then you'll need to post some of your code and log messages.

-- 
Wendy Smoak


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

Reply via email to