Why? If the application server supports HttpSession replication, database
session storage, and/or server affinity this shouldn't be a problem. Make
sure that all objects stored in the HttpSession, including your action form
objects, are are Serializable.
--Abraham
> -----Original Message-----
> From: Tony & Kian Heffner [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 01, 2001 10:19 AM
> To: [EMAIL PROTECTED]
> Subject: Using session bean for action form is a design flaw
>
>
> Hi,
> Since action form is stored as JSP session bean, large scale web
> application
> that are running on a load balancing cluster environment will not
> be able to
> use Struct. Does Strut has any plan to solve this issue or to support web
> farm? If so, what would be the timeline for such a feature to be
> available.
> Is there a way to configure/implement strut so that action form is not
> stored in session bean?
>
> Thanks.
> -Lee K. Cha
>
>