From: "Adam Lipscombe" <[EMAIL PROTECTED]> > Most of the time this works fine. However occasionally the session object > that is used by the caller (i.e. the JSP) and the dialog are not the same > instance. i.e. The ActionErrors Object is stored in session X but the modal > dialog JSP uses session Y.
How do you know, are you printing out the session id? If you're just going by the fact that you're not getting the correct list of errors, could the browser have cached the contents of the popup window? -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
