Done - https://issues.apache.org/struts/browse/WW-3138 . I've mentioned
about the method name not being picked up as well.

Thanks,
Joseph

On Mon, May 18, 2009 at 11:34 PM, Martin Gainty <mgai...@hotmail.com> wrote:

>
> thats a bug ..
>
> xwork version 1.2.3
> com.opensymphony.xwork.ActionProxyFactory
>    public abstract ActionProxy createActionProxy(String namespace, String
> actionName, Map extraContext, boolean executeResult, boolean cleanupContext)
> throws Exception;
> }
>
> xwork 2.1.2
> com.opensymphony.xwork.ActionProxyFactory
>  public ActionProxy createActionProxy(String namespace, String actionName,
> String methodName, Map<String, Object> extraContext, boolean executeResult,
> boolean cleanupContext);
>
> the only changes are addition of methodName and the 4th extraContext param
> changes to Map<String,Object>
>
> do you want to put in a bug report?
>
> good catch!
> Martin
>

Reply via email to