You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mohan Radhakrishnan <mr...@cellexchange.com> on 2004/02/11 08:06:06 UTC

Struts and cluster

Hi
      We are planning to deploy our struts application as a cluster.

    public ActionForward add( ActionMapping mapping,
                              ActionForm form,
	 				HttpServletRequest request,
                              HttpServletResponse response)
throws IllegalArgumentException, Exception{
		TaskGroupSummaryForm taskForm = (TaskGroupSummaryForm)form;
		taskForm.setSomething(1);

	----------------


   If code like this is used then the 'taskForm' should be explicitly set
back in session scope ( We are using session ) ?? I know that this is
necessary for session replication across clusters.


Mohan


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org