Beware of session-scoped ActionForms in this scenario. For a given
ActionMapping you may only have one session scoped form per session for that
mapping (because the attribute key is a constant defined either in the
mapping or by the form name). If you have several windows open up on that
mapping and they use session scoped forms they will stomp on top of each
other. (Requests scoped forms are no problem though)

-----Original Message-----
From: Adam Lipscombe [mailto:[EMAIL PROTECTED]
Sent: Thursday, 27 May 2004 23:21
To: 'Struts Users Mailing List'
Subject: Newbie question: Are there any issues in having popup browser
windows


Folks,


Are there any issues to bear in mind when displaying sub-windows in a
browser?
One of our web developers wants to have several sub-windows launched from
links on the main page.

Is this OK in Struts?


TIA - Adam



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



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

Reply via email to