Date: 2005-03-17T11:24:16
   Editor: FrankZammetti
   Wiki: Apache Struts Wiki
   Page: StrutsMultipleActionForms
   URL: http://wiki.apache.org/struts/StrutsMultipleActionForms

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -46,6 +46,10 @@
 
 This is the worst in my opinion.  Why would we want to use two actions and two 
action mappings to do one thing?  There are lots of reasons to not like this.
 
+==== Use setupItems ====
+
+Another possible solution is the usage of the SetupItems proposal put forth by 
Frank W. Zammeti.  Although it is currently only for version 1.2.6, it is 
another way to solve this problem, and one that gives you even more flexibility 
besides.  There are important considerations to using this though, and they are 
documented on the Wiki page describing the solution.  While I personally like 
this solution (as do a number of others), it is VERY IMPORTANT that you 
understand those considerations before choosing to use it.
+
 === CONCLUSION ===
 
 The result, I think, is that there is no way to handle the most common use 
case in Struts.  How weird is that?

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

Reply via email to