I think most people would say, sure! But I think we are getting into the too many options phase again. I think if you are using Struts2 then its totally acceptable that it only scans the packages you declare and then only finds actions that end in Controller. Maybe not going that far, but it works for Rails! This way we get Struts2 apps looking alike and get some of that "Maven is Maven" effect.
Musachy Barroso wrote: > > Right now convention will find actions on named > packages("com.my.classes.") or in package that match a package > locator("actions", will match *.actions.*). Shouldn't it also find any > action with an @Action annotation, disregarding the package? (there > would be a flag to turn this off). > > musachy > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/convention-and-actions-with-annotations-tp17544001p17551244.html Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]