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




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



Reply via email to