Hi folks!

I am using Struts 2.0.14 on a project with a fairly big existing codebase. I
just tried to upgrade to struts 2.1.6 (as the release is now in GA).
We were using extensively the zero configuration approach with the
codebehind plugin and I am now looking at upgrading to the convention
plugin.

My last remaining hurdle is the change in the ActionNameBuilder. The plugin
uses the SEOActionNameBuilder which is a big change from what we had in
Struts 2.0.14 : The name of our action is no longer myProfile, but
my-profile, which involves changing all existing references to the action by
its name (and we have quite a fex of them).

So I'd like to use the convention plugin, with DefaultActionNameBuilder
instead of the SEO. I configured struts.xml to have this bean created, my
question is how do I get the convention plugin to use that one rather than
the SEO one?

Thanks for your help, and keep up the good work, you the struts team!

Denis.

Reply via email to