Hello,

I want to migrate a web application based on struts.xml to use annotations,
but I have not found documentation and/or examples for the next cases:

*1. <default-action-ref name="defaultAction"/>*

How should be the @Action (?) Annotation be for the default action?

*2. Global Exception Handling*

The documentation of convention plugin include exception mapping for action
level and class level, but How should global exceptions and results be
configured?

Thanks and regards

Reply via email to