tags:

views:

212

answers:

0

Hi all, I've just tried Spring Roo's 10 minutes tutorial to create that timer application. I'm able to create and view individual timers fine, but the moment I go to list all timers in my browser, it generates an error which in turn generates another error. I don't know what the first error is, but the second error is this:

XML Parsing Error: not well-formed Location: http://localhost:8080/tenmins/timer?page=1&amp;size=10 Line Number 6, Column 20: for(var i=0;i < ca.length;i++) { -----------------------------------------------^

Has anyone seen this before ? Any help is much appreciated.

I'm using tomcat 5.5.28 and Firefox 3.6.3.

Thanks and regards.