Search:

Type: Posts; User: Guy; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    768

    OK - It works now. I placed "config.xml" in the...

    OK - It works now. I placed "config.xml" in the servlet contextConfigLocation
    along with ferrets.xml. Thanks!!
  2. Replies
    3
    Views
    768

    It does not work. IT DOES WORK for beans...

    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...
  3. Replies
    3
    Views
    768

    Properties for DispatcherServlet

    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...
  4. Replies
    1
    Views
    1,004

    Dependency Injection order

    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...
  5. Replies
    1
    Views
    1,426

    code completion problem

    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...
  6. Replies
    1
    Views
    863

    PropertyEditorRegistrar on AbstractController

    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....
  7. Replies
    1
    Views
    924

    propertyEditorRegistrars

    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...
  8. oncahnge() on form:input seems not to work right

    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...
  9. Thank you very much

    Hi Corby,
    Thanks for your fast reply ,it solved my problem.

    Guy
  10. Failed to lazy load object with Hibernate when using AspectJ

    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...
Results 1 to 10 of 10