I would like a make a couple beans available to the view layer. I want to do this without modifying actions or customizing what they inherit from.
I would like to do this in a generic way, without making something that is specific to one view technology. e.g. I know it could be done with a custom freemarker manager, but that would be specific to freemarker. Certain beans need to be re-initialized on a per request basic(e.g. like page clicked). Is the proper place to do this in a interceptor then set the bean to the stack? Will this bean make it to the view layer without a getter/setter in an action? Use part of spring's functionality? Any suggestions? -- View this message in context: http://www.nabble.com/Recommendations-for-Making-Generic-beans-available-to-view-layer-tp20210729p20210729.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]