Well, I only had 2 JSP's at the time -- an index.jsp which redirected to a URL mapped to a controller, which would then forward the request to the other JSP. It was that other JSP that wasn't...
Type: Posts; User: lkoskela; Keyword(s):
Well, I only had 2 JSP's at the time -- an index.jsp which redirected to a URL mapped to a controller, which would then forward the request to the other JSP. It was that other JSP that wasn't...
I've got a weird problem I haven't been able to figure out.
Using the following viewResolver configuration renders a pretty Velocity template:
<bean id="velocityConfig"...