thanks
I will try that
On Thu, Dec 5, 2013 at 4:29 PM, Lukasz Lenart wrote:
> 2013/12/4 Steven Yang :
> > I think I missed something.
> >
> > To be clear what I meant by tag as jsp tag with tld defined.
> > Yes my resource beans are defined in Spring, using XML actually. However
> my
> > tag cla
2013/12/4 Steven Yang :
> I think I missed something.
>
> To be clear what I meant by tag as jsp tag with tld defined.
> Yes my resource beans are defined in Spring, using XML actually. However my
> tag classes are not.
>
> From what I understand, the life cycle of tag is controlled by the web
> co
I think I missed something.
To be clear what I meant by tag as jsp tag with tld defined.
Yes my resource beans are defined in Spring, using XML actually. However my
tag classes are not.
>From what I understand, the life cycle of tag is controlled by the web
container therefore not defined in Spri
If you @Autowire something into your class you're essentially doing the
same as retrieving the resources from ApplicationContext.
Once you define your class as a Spring bean in Spring's configuration
(either by explicitly defining it in an XML or because it's in a
classpath which you've told Sprin
Hi
I am writing some custom tags.
I want to access some resource from Spring.
Is there a clean way of doing it, instead of getting the ApplicationContext
in the Components?
Will @Inject work for non-Struts values?
Or @Autowire will work as well?
I am using the spring plugin.
Thanks
5 matches
Mail list logo