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">
...
Type: Posts; User: springnewbie1234; Keyword(s):
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">
...
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...