> On 14 Sep 2017, at 09:48, Lukasz Lenart <lukaszlen...@apache.org> wrote:
> 
> You are not the first person who complains about missing container ...
> I wonder if we should add a fallback though.
> 
>        if (container == null) {
>            LOG.warn("Container is null, action was created manually?
> Fallback to ActionContext");
>            container = ActionContext.getContext().getContainer();
>        }

That would get *my* vote.

Later,

Andy




-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to