If you have actions chained in your xwork.xml file, but you have the names incorrect (i.e. miscapatilized one in my case), there are no errors generated.  This is because ActionChainResult apparently buries any exception that results from the execute call on the chained ActionProxy.  At a minimum the exception should be logged, but I think it should propagate back up the chain.

 

And by the way, any progress on the documentation?  I’ve grasped the fundamentals, but there’s still a lot to learn…

-Brian

 

Reply via email to