Hello folk,
I need to add certain application specific configurations into a struts application, as simple as a property bundle. But I want it to be integrated directly with Struts framework classes such that it's accessible from all actions and contexts. Are there any struts-like extension to do such a thing like a plug-in or something? The plug-in architecture struts documentation stated @ http://struts.apache.org/2.x/docs/plugins.html defines extension point but I don't know whether it will give me what I require, any thoughts? Regards, Ramez