I have an issue with jakarta struts. I have some ActionForms that are being overwritten when they are opened on one or more browser windows. They are being created in a 'session' scope. Before everyone jumps down my throat, know this: I have tried using the 'request' scope, but it will not work. The forms depend on the 'session' scope to function properly. Is there any way that I can have multiple ActionForm instances created so that one is not overwritten if another is opened? Any soloutions?![]()
![]()
![]()




Reply With Quote