found fairly elegant solution using BeanPostProcessor
Type: Posts; User: jodacro; Keyword(s):
found fairly elegant solution using BeanPostProcessor
Purpose: I want to have a factory bean that creates instances of MyLogger. But I want each created instance of MyLogger to know which target bean it's been injected into.
I could imagine some kind...
I see org.springframework.util.Log4jConfigurer but I don't think that's going to work for me. I don't want to manage an external log4j.xml file. I want to manage log4j configs via...
I'm getting the following at startup...
==> logs/resin.stderr <==
log4j:WARN No appenders could be found for logger (org.springframework.web.servlet.DispatcherServlet).
log4j:WARN Please...
I've figured this out. The c:url tag needs to be
<a href="<c:url value="/Login.htm" />">Login</a>
I have a page containing:
<a href="<c:url value="Login.htm"/>">Login</a>
And my springapp-servlet.xml and web.xml contain what's below. The problem: The above href is rendered as
...