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
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
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.
---
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
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