On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote:
> Hi Rahul,
> 
> Thanks for pointing me to the implicit JSP 2.0 param object. This worked
> for me perfectly with the JSP 2.0 JSTL URIs:
> 
> <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page";
>          xmlns:c="http://java.sun.com/jsp/jstl/core";
>          version="2.0">
> <c:set var="admin" value="${param.admin}" />
> 
> 
> Anyway, I'd be interested to hear from somebody (with the pointers to
> the JSP or JSTL specs if possible) why
> 
>   <c:set var="admin" value="<%=request.getParameter("admin")%>"/>
> 
> worked for me with the latest Resin and doesn't with the latest Tomcat.
> 
> Is it against the specs?
<snip/>

You mean, apart from the fact that it is invalid XML and hence cannot
be part of a jspx document (such as the one you are using)? ;-)

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to