[EMAIL PROTECTED] wrote:

> SHould tomcat's JASP compiler be able to compile expressions that are
> terminated with ;'s?
>
> I thought you could optionally terminate the expresses with ;'s
>
> the problem is that is generates
>
> out.print(string;);
>
> which won't compile

No, the syntax for what goes into <%= %> must match the Java concept of
an expression, which is *not* a complete statement -- and therefore is
not terminated by a semicolon.

Craig McClanahan


Reply via email to