I'm trying to use basic DI with Struts2 using the configuration file as described here.
However, I was not able to find what the default scope is for injecting a bean.
I know that the default scope is Singleton for Spring but I didn't want to assume the same with Struts2.
Any ideas?