Re: [s2] @Result annotation and namespace parameter

2009-02-04 Thread Jim Kiley
And of course the magic of sending my problem to the mailing list let me figure out the solution on my own: I should have been using ServletActionRedirectResult rather than ServletRedirectResult. jk On Wed, Feb 4, 2009 at 10:03 AM, Jim Kiley wrote: > I'm feeling dim this morning and I hope you

[s2] @Result annotation and namespace parameter

2009-02-04 Thread Jim Kiley
I'm feeling dim this morning and I hope you folks can help me out. To simplify, I have two classes: com.company.view.cust.my.order.FieldRepAction com.company.view.cust.my.rep.ChooseCustomerAction FieldRepAction has the following annotation: @Result(value = "chooseCustomer!input.action",