Re: [S2] Action Injection and ExecuteResult=true

2006-10-17 Thread Ted Husted
On 10/16/06, tm jee <[EMAIL PROTECTED]> wrote: Hi Ted, Shouldn't it be [EMAIL PROTECTED] name="actions.StoryTypeIdList" executeResult="true"/] or did i miss something. The name in the Spring configuration is "actions.StoryTypeIdList", but I believe here we reference the action mapping elemen

Re: [S2] Action Injection and ExecuteResult=true

2006-10-16 Thread tm jee
Hi Ted, Shouldn't it be [EMAIL PROTECTED] name="actions.StoryTypeIdList" executeResult="true"/] or did i miss something. rgds Ted Husted <[EMAIL PROTECTED]> wrote: If we are injecting Action classes via Spring, singleton="false"/> should that work when we call an Action from an action

Re: [S2] Action Injection and ExecuteResult=true

2006-10-16 Thread Ted Husted
On 10/16/06, Alexandru Popescu <[EMAIL PROTECTED]> wrote: I would expect it to work whatever the executeResult is. Curiouser and curiouser. Stepping through, I notice that the prepare method is being invoked, but not execute ... and yet the result page is returned. -T. ---

Re: [S2] Action Injection and ExecuteResult=true

2006-10-16 Thread Alexandru Popescu
On 10/16/06, Ted Husted <[EMAIL PROTECTED]> wrote: If we are injecting Action classes via Spring, should that work when we call an Action from an action tag using executeResult=true. [EMAIL PROTECTED] name="StoryTypeIdList" executeResult="true"/] I'm getting the (wildcard) re

[S2] Action Injection and ExecuteResult=true

2006-10-16 Thread Ted Husted
If we are injecting Action classes via Spring, should that work when we call an Action from an action tag using executeResult=true. [EMAIL PROTECTED] name="StoryTypeIdList" executeResult="true"/] I'm getting the (wildcard) result, but the Action class isn't firing. The "convent