Brush John wrotet :
> I've been playing around with custom tags, and I've noticed an inexplicable
> error when parsing custom tags that have an empty body, if the "empty body"
> does not consist of at least one whitespace. Basically this works:
>
>
>
>
> and this works:
>
>
>
> but this doesn't
>
>
I got the same problems, even with something like
But it will work for every case if you turn off JVM verification for Tomcat by
adding the option -Xverify:none to the java command line (this is the option
for Java 2).
But that still looks to me like a strange bug (tomcat or tag code?)
Regards,
Stéphane Boisson