Hi Jen,
The request-time attributes in JSP actions are not fully implemented in the
current release (please see README). It will be fixed with the next release.
Thanks,
Mandar.
> MIME-Version: 1.0
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2918.2700
> Date: Fri, 23 Jul 1999 00:16:51 -0700
> From: Jen Hsien Huang <[EMAIL PROTECTED]>
> Subject: bug of JSP 1.0 EA ?
> To: [EMAIL PROTECTED]
>
> The JSP spec. says that "page" attribute of jsp:inclue action accepts a
request-time attribute value (P. 65)
> but the fellowing jsp code
>
> <%
> String where ="some thing to include";
> %>
> <jsp:include page='<%=where%>' />
>
> will translate to
>
> application.getRequestDispatcher("<%=where%>").include(request, response);
>
> I think it' s a bug ? who's fault ?
>
> -Brenden- @_@
===========================================================================
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".