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

Reply via email to