Hi!
<[EMAIL PROTECTED] ... %> is supposed to do something like literal including before
the JSP is compiled. To my understanding it's comparable to the C preprocessor.
Now look at my example:
test_head.jsp contains:
--------------------------------------------
<[EMAIL PROTECTED] contentType="text/html"%>
<[EMAIL PROTECTED] uri="/ihtml" prefix="ihtml" %>
<ihtml:content>
--------------------------------------------
test.jsp contains:
--------------------------------------------
<[EMAIL PROTECTED] file="test_head.jsp" %>
BLABLA
</ihtml:content>
--------------------------------------------
Compiling test.jsp gives:
test.jsp [1:0] End of content reached while more parsing required: tag
nesting error?
But there's no nesting error. Moving <ihtml:content> to test.jsp solves the
problem, but this is not what I want. This is only a simplified example of
my problem. In fact the included header in the pages are a lot bigger.
I use netbeans 3.5.1 which includes tomcat 4.0.6.
Any ideas?
cu,
boris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]