Search:

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

Search: Search took 0.01 seconds.

  1. Solved... if anyone cares.. ;)

    The problem was in my struts-config.xml. The type had to be changed to the DelegatingActionProxy.

    <action path="/Login" type="org.springframework.web.struts.DelegatingActionProxy">
    ...
  2. Thanks duardito, but the real problem is the serviceImpl isn't being "read"

    That won't help..
  3. Newbie Spring Service into Action Injection problem

    I'm getting a null pointer from my service I have injected into my action--everything seems to be wired? Stuck.. can anyone PLEASE help?? Thanks in advance!!!

    service.xml:
    <beans>
    <bean...
Results 1 to 3 of 3