Simply make the managed class implement ApplicationContextAware
Type: Posts; User: d33mb33; Keyword(s):
Simply make the managed class implement ApplicationContextAware
No, as I thought I explained in my post, I have been using Tiles without Struts for years. My Spring applications are not dependent on struts and do not even include the struts library. The only...
Can someone explain the benefit of Tiles2 to me over the standalone version of Tiles?
http://www2.lifl.fr/~dumoulin/tiles/index.html
I have built all my Spring applications using this library...
Sure. Make a new class called "Subscription" and declare two private variables "Card" and "User". Provide getters and setters and you're done.
On the view access the required field using...
Hi
Question
Is is possible to configure the <spring:bind> tag so that it looks for the bean in the page scope rather than the request scope?
Background
I'm developing a content management...