OK - It works now. I placed "config.xml" in the servlet contextConfigLocation
along with ferrets.xml. Thanks!!
Type: Posts; User: Guy; Keyword(s):
OK - It works now. I placed "config.xml" in the servlet contextConfigLocation
along with ferrets.xml. Thanks!!
It does not work. IT DOES WORK for beans initialized by the ContextLoaderListener however it does not work for the beans initialized by the DispatcherServlet.
For example, I have the following...
Hi,
I would like to be able to have the spring DispatcherServlet initialize my controller beans with properties defined in a properties file.
Right now I have the following in my controller...
Hi All
I have simple class with 2 fields. I want to inject values to these fields using dependency injection.
The order of the injection is important and I cannot use a constructor. (I.E I wish to...
Hi all,
I am using spring 3.2 and SpringIDE 1.3.6.
I declared my spring config file as such but I can't get code completion on ref.
For example in the following context file the code assist...
Hi,
I would like to use the PropertyEditorRegistrar to register all my default property editors that might be shared accross AbstractController (not form).
Can I do that?
Thanks in advance....
using spring 2.0
I am interested in defining few custom editors for data binding.
In order to do so i have defined a propertyEditorRegistrars in my xml file, which looks like this:
<bean...
Hi,
I am using the form tag library (spring 2.0) in my views, I have a form:input tag and I wish to catch the onchange() event whenever it is fired.
So far so good, the problem is that the...
Hi Corby,
Thanks for your fast reply ,it solved my problem.
Guy
Hi,
I am using AspectJ to dependency inject a domain object (domain.report.Report) and I'm using Hibernate for persistency.
When I run a test that loads my object it worked fine, but when I try...