You can't nest the statements, you need to escape your <% with <%= or
something similar. Its a JSP rule...
Haakon Emblemsvaag wrote:
> In a declaration I have a String variable with a JSP syntax in it like this:
>
> <%!
> public static String blabla = "<%= hi %>";
> %>
>
> Unfortunately it seems like the JSP engine (JSWDK 1.0 EA2) is trying to
> parse this as a JSP expression. This is a bug, right?
>
> -Haakon Emblemsvaag
>
> ===========================================================================
> 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".
--
Richard Vowles, Senior Systems Engineer,
Inprise New Zealand
MAIL: [EMAIL PROTECTED], [EMAIL PROTECTED]
HTTP: http://www.esperanto.org.nz
[my messages contain my own opinions, not those of my employer]
===========================================================================
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".