You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Halil Ağın <ha...@gmail.com> on 2009/10/03 14:55:18 UTC

[struts 2] different actions.extentions for different packages

Hello List;


I want to have differen extention names for actions in different packages.
For example, i have 2 package namespace

1. mail
2. registered


the actions in mail should have .ml extentions and others should have .scr

meanly, /mail/abc.ml should mapped to action named abc in the mail package.
and /registered/list.scr should mapped to action named list in the
registered package.

is it possible in struts 2.

regards,


-Halil AĞIN