Well, I hate looking like a doofus on the list, but here goes :-)

I'm stuck doing WW 1.3 development for now, and I'm trying to do a
redirect using the redirect action after successfully running an action
with a command, but the problem is that the Redirect action implements
CommandDriven (not sure why), so I get this error:

java.lang.IllegalArgumentException: No command 'save' in action 
     at
webwork.action.ActionSupport.invokeCommand(ActionSupport.java:370) 
     at webwork.action.ActionSupport.execute(ActionSupport.java:107) 

I've tried defining it in my actions.xml as

<view name="success">redirect!.action</view>
and
<view
name="success">redirect.action?url=aocList.action&amp;command=</view>

To try to lose the command parameter, but no dice. Any ideas on how to
get this to work?

I can't wait to be using WW2

Jason

--
Jason Carreira
Technical Architect, Notiva Corp.
phone:  585.240.2793
  fax:  585.272.8118
email:  [EMAIL PROTECTED]
---
Notiva - optimizing trade relationships (tm)
 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to