Re: Question about Struts ActionForm scope and clustering

2004-09-29 Thread brenmcguire
When you declare that a form-bean connected to an action is used with scope "session" means that an instance of that form bean will be put inside the session space, i.e. the one you take calling: request.getSession() Then, the form bean is put inside the session scope of the web server that interac

Question about Struts ActionForm scope and clustering

2004-09-29 Thread Wong, Cindy
All, I'm not sure if I am contacting the right list but this is the problem that I am facing: I am trying to convert a series of registration pages over to Struts. The web server that I am using is JBoss 3.2 and it will eventually be implemented on a cluster. What I want to know is what the sc