that very well may be the case. first try I used spring 1.2.8 instead of the spring.jar that comes witht the sample code for the book, agile java development. Would have been nice if that was...
Type: Posts; User: ewulff; Keyword(s):
that very well may be the case. first try I used spring 1.2.8 instead of the spring.jar that comes witht the sample code for the book, agile java development. Would have been nice if that was...
well, the problem seems to be resolved. I removed the original project and started from scratch and this time I have the sample app running. still not sure what caused the original problem. seems...
this is the index.jsp from timex app's root - will a doctype decleration help?
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:redirect url="signin.htm"/>
also, there is no...
duh, sorry bout that . Here it is ...
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
win XP
tomcat 5.5.16
spring 1.2.8
java 1.5.0_06
Hi all, I am a newbie to Spring as this post will no doubt reveal. Anyway, I'm working through the new book 'agile java development' and my...