"[Servlet Error]-[/POCust.jsp(1,1) /POCust.jsp(1,1)The markup in the document preceding the root element must be well-formed.]"
I have a jsp that has a template applied to it. The first line of the template is...
That way I can use the JSTL core library because I'm doing a nice little <c:forEach> later on. But this keeps giving me this error every time I forward over to my .jsp page from my servlet. Does anybody know exactly what this means or a common mistake that would cause this? There isn't any code on my .jsp before the root except the template insert tag.
I would think that this is legal...right? [ November 29, 2007: Message edited by: Bryce Martin ]
Bryce Martin
Ranch Hand
Joined: Nov 19, 2007
Posts: 269
posted
0
I got rid of that first xml reference and just did a