On Wed, Oct 29, 2008 at 8:06 PM, Jishnu Viswanath
<[EMAIL PROTECTED]> wrote:
>        In some case I am getting
> Map session = ActionContext.getContext().getSession();
> And the session contains a key called


Unless you are doing some research to understand struts internals or
deal with some very strange scenario, you should keep it simple, don's
mess with the token in java, and practically never refer explicity to
the actioncontext in your action. This introduces unnecessary coupling
with struts internals, and smells just bad.

HernĂ¡n

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

Reply via email to