> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich

==////==

> 
> >  public ActionForward someStateAction(
> >    org.apache.commons.chain.Context  context );
> > 
> > 
> > It can *all* go into context(or a Map!!!), else we have the 
> tilesAction 
> > execute signature.
> > 
> > I can allways do a
> > map.get("request")
> > 
> > This would work for SOAP or other protocols.
> > 
> 
> 
> I was going to add:
> This lets people "store" and pass additional info.
> Else they start putting properties in action (not thread safe).
> 
> Maybe Struts 2.0 should have an action implemenation that gets 
> instaciated every user session (it should not be used but... 
> it exposes 
> the issue).
> 
> 
> .V
> 

If you look Commons Chain then you will that the ``Context'' 
(or it at least its concrete implementation ``ContextImpl'') is 
a `java.util.HashMap' subclass.

--
Peter Pilgrim,
Struts/J2EE Consultant, RBoS FM, Risk IT
Tel: +44 (0)207-375-4923


***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312.       Registered 
Office: 36 St Andrew Square, Edinburgh EH2 2YB.                                      
Authorised and regulated by the Financial Services Authority     
 
This e-mail message is confidential and for use by the                      
addressee only. If the message is received by anyone other             
than the addressee, please return the message to the sender          
by replying to it and then delete the message from your                    
computer. Internet e-mails are not necessarily secure. The               
Royal Bank of Scotland plc does not accept responsibility for          
changes made to this message after it was sent.                              
                                                                                       
                 
Whilst all reasonable care has been taken to avoid the                   
transmission of viruses, it is the responsibility of the recipient to        
ensure that the onward transmission, opening or use of this             
message and any attachments will not adversely affect its               
systems or data.  No responsibility is accepted by The Royal           
Bank of Scotland plc in this regard and the recipient should carry   
out such virus and other checks as it considers appropriate.           
                                                                                       
                        Visit our websites at:                                         
                                 
http://www.rbs.co.uk/CBFM                                                        
http://www.rbsmarkets.com                                                         
                                                                                       
                
********************************************************************************


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

Reply via email to