Hi All,
Has anybody used multiple "include directives" in the same JSP? I have
created dynamic HTML pages but can't display all. Only the first directive
gets processed by the server. Here is how the jsp look:
<jsp:directive.include file="/body_device.html" />
<jsp:directive.include file="/left_device.html" />
<jsp:directive.include file="/right_device.html" />
Regards,
Mehdi Hassanipour
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".