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",
        type = ServletRedirectResult.class,
        params={"namespace", "/cust/my/rep"})

But when I navigate to fieldRep.action and get redirected, I get a beautiful
Tomcat stack trace from Struts 2:

There is no Action mapped for namespace /cust/my/order and action name
chooseCustomer

It seems that I have the wrong "namespace" parameter in the @Result
annotation.  Can someone point me in the direction of a fix?
-- 
Jim Kiley
Technical Consultant | Summa
[p] 412.258.3346 [m] 412.445.1729
http://www.summa-tech.com

Reply via email to