The element <jsp:directive.page ...> only works when it appears in a
JSP document, i.e. one in XML syntax. You cannot mix standard syntax
and XML syntax in the same jsp file.
> Date: Fri, 14 Sep 2001 16:26:54 +0200
> From: [EMAIL PROTECTED]
> Subject: jsp-elements in xml-syntax problem
> To: [EMAIL PROTECTED]
> MIME-version: 1.0
> Content-transfer-encoding: quoted-printable
> X-Priority: 3 (Normal)
> X-MIMETrack: Serialize by Router on UZLI02/SerCon_Ext_Internet/DE(Release
5.07a |May 14, 2001) at 14.09.2001 16:30:52
> Delivered-to: mailing list [EMAIL PROTECTED]
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
> List-Post: <mailto:[EMAIL PROTECTED]>
> List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
> List-Help: <mailto:[EMAIL PROTECTED]>
>
> Hello list,
>
> when I use the xml-syntax for jsp-elements, tomcat seems to ignore them.
>
> E.g. when I use <jsp.directive.page ... /> it doesn�t work and tomcat
> returns the rest of the sourcecode back to the client.
> But when I use the regular jsp-syntax <%@ page ... %> it works fine.
> The same effects appear on jsp-expressions and -scriplets.
>
> Is there a solution for this problem or do I have a mistake?
>
> Thanks.
>
> P.S. I�m using Tomcat 4.0rc1with JDK 1.3..
>
>
> Frank Herrfurt
>