Re: more parsing required error

2002-06-22 Thread Rick Reumann

On Saturday, June 22, 2002, 1:32:46 PM, Rick Reumann wrote:

RR>  End of content reached while more parsing required: tag nesting error?

RR> I don't get this error under Tomcat3 or if I do an include that
RR> doesn't have any struts tags in it. If it helps below is the example
RR> of a page not working and also the headers and footers I'm trying to
RR> include. Thanks so much for any help in this regard.

Interesting, I got it to work by removing the starting 
and ending  tags in the header and footer respectively
and replaced them with standard html tags and it's working fine
now. Odd how I didn't have this behavior under Tomcat 3.3.1.

--

Rick

mailto:[EMAIL PROTECTED]

"Marta was watching the football game with me when she said, 'You
know, most of these sports are based on the idea of one group
protecting its territory from invasion by another group.' 'Yeah,' I
said, trying not to laugh. Girls are funny."
  -Jack Handey


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




more parsing required error

2002-06-22 Thread Rick Reumann

Forgive me if this is no longer a struts issue, but maybe someone has
encountered it when using Tomcat4.0.3. For some reason now whenever I
try to include a file that uses struts tags I'll get the error:

 End of content reached while more parsing required: tag nesting error?

I don't get this error under Tomcat3 or if I do an include that
doesn't have any struts tags in it. If it helps below is the example
of a page not working and also the headers and footers I'm trying to
include. Thanks so much for any help in this regard.

=
A MAIN PAGE
=

<%@ include file="informationHeader.jsp" %>


Concept:







JVP:







<%@ include file="informationFooter.jsp" %>

= END MAIN PAGE ABOVE ==


=
informationHeader
=
<%@ page import="corporate.userAdmin.*,java.util.*" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>


 Information



function repopulate() {
document.forms[0].dispatch.value = "repopulateInformation";
document.forms[0].submit();
}








USER ADMINISTRATION





 Information







=== END INFORMATION HEADER ABOVE =


==
informationFooter
==





Select New User 
Type




=== END ==



--

Rick

mailto:[EMAIL PROTECTED]

"If you define cowardice as running away at the first sign of danger,
screaming and tripping and begging for mercy, then yes, Mr. Brave man,
I guess I'm a coward."
  -Jack Handey


--
To unsubscribe, e-mail:   
For additional commands, e-mail: