Does your action implement CommandDriven?

----- Original Message -----
From: "Sven Kuenzler" <[EMAIL PROTECTED]>
To: "Webwork-User" <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 5:11 PM
Subject: [Webwork-user] Command driven actions and actions.xml


> Hello!
>
> I am running into a problem configuring a command driven action in
> actions.xml. My config file  looks like this:
>
> <actions>
>    <action name="Search2">
>      <command name="Foo" alias="StandardSearch">
>        <view name="success">xslt/norm.xsl</view>
>      </command>
>      <view name="success">xslt/search2.xsl</view>
>      <view name="error">xslt/copy.xsl</view>
>    </action>
> </actions>
>
> When hitting http://host/context/StandardSearch.action, WebWork calls
> Search2.doExecute(). Isn't it supposed to execute .doFoo()? What am I
doing
> wrong?
>
> Thanks, Sven....
>
>
>
> _______________________________________________
> Webwork-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webwork-user
>
>



_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to