|
After changing from views.properties w/
CommandDriven actions to actions.xml, does the following mean there's something
wrong w/ the action itself or was it ever found because of maybe a bad
index?
[Default] [ (ServletDispatcher)] Could not
instantiate action:index
java.lang.IllegalArgumentException: Action 'index' not found at webwork.action.factory.JavaActionFactory.getActionImpl(JavaActionFactory.java:68) --- actions.xml ---
<action name="actions.MyAction"
alias="index">
<command name="execute" alias="index.exec"> <view name="success">success.jsp</view> <view name="error">error.jsp</view> </command> </action> |
- RE: [Webwork-user] command driven G.L. Grobe
- RE: [Webwork-user] command driven Victor Salaman
