Re: Collections in ActionForm

2004-10-18 Thread Michael McGrady
Ivan Vasquez wrote:
Is is OK to use Collections (or sets, lists, maps for that matter)
inside an ActionForm? We are trying to represent fairly complex
multiple-choice items in our forms.
Ivan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 

Yes.  I recommend you check out Ted Husted's book on struts if you need 
to know more.

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


RE: Collections in ActionForm

2004-10-18 Thread Ivan Vasquez
Have you ever deployed them in a clustered environment? Yes, all
underlying objects are serializable and session replication is properly
configured.

-Original Message-
From: Michael McGrady [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 18, 2004 10:06 AM
To: Struts Users Mailing List
Subject: Re: Collections in ActionForm

Ivan Vasquez wrote:

Is is OK to use Collections (or sets, lists, maps for that matter)
inside an ActionForm? We are trying to represent fairly complex
multiple-choice items in our forms.

Ivan

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




  

Yes.  I recommend you check out Ted Husted's book on struts if you need 
to know more.

Michael McGrady


-
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]