G'day all,

Given the following mappings:
list.action=ListWidgetsAction
list.success=widget-list.vm
update.action=WidgetAction!update
update.error=widget-edit.vm
update.success=list.action

On success of update.action, I want to redisplay the list of Widgets, which
means I need to execute list.action again.

However, when I execute update.action I get an error because no input view
was specified for the list action.  I can add:
list.input=widget-list.vm
and the page is displayed but there is no content because ListWidgetAction
was not executed.

What am I doing wrong here?

cheers,
randall




-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to