Date: 2005-01-11T05:51:39
   Editor: JoeGermuska
   Wiki: Apache Struts Wiki
   Page: StrutsChain
   URL: http://wiki.apache.org/struts/StrutsChain

   notes accompanying new dev dist build

Change Log:

------------------------------------------------------------------------------
@@ -21,8 +21,10 @@
 
 
 === Where can I get it? ===
-[http://www.apache.org/~germuska/struts-1.3.0-dev/ Non-SVN development builds] 
last updated 2005-01-10
+[http://www.apache.org/~germuska/struts-1.3.0-dev/ Non-SVN development builds] 
last updated 10-Jan-2005 20:08 (GMT-8)
 
 The archives available above are to output from a '''maven dist''' run against 
a local copy.  These changes are not in SVN and are not meant for production 
use.  They are provided to get feedback from interested parties.  
 
-This latest build has never been executed.  It compiles, but there's no 
guarantee that the chain config is right or that the implementation classes are 
doing the right things.  Valiant testers are welcome!
+With the most recent build, it seems that things basically execute.  There is 
a decent chance that things are not all going into the right places, especially 
into the request or session.  The main goal of the ActionContext is to steer 
towards having all references go through it, minimizing the number of places 
where request and session attributes are handled directly, but for backwards 
compatibility, it is expected that resources will be stored in both places for 
a little while.
+
+Valiant testers are welcome!

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

Reply via email to