You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Soren Vanggaard Jensen <sv...@hotmail.com> on 2005/12/12 02:11:58 UTC

io consistency

Hi All,

I'm having serious problems with th IO taglib. This is what i do:

<xtags:parse>
<io:http url="http://localhost/DES/itsp.jsp" action="post">
	<io:header name="Content-Type" value="text/xml"/>
		<io:body><?xml version="1.0" encoding="ISO-8859-1"?>
		<data>
			<action>list</action>
		</data>
  </io:body>
</io:http>
</xtags:parse>

This works fine for a number of times. Then suddently i get a "Error on line 
-1 of document  : Premature end of file. Nested exception: Premature end of 
file." Exception from xtags (dom4j).

I'm running apache tomcat 5.5.12. Any ideas?

Regards
Sřren Vanggaard Jensen



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org