You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Howard Fraser <ho...@btconnect.com> on 2000/12/01 18:42:04 UTC

slightly OT: using JSP tags to access implicit objects without Java

If you need to produce JSPs that are 100% Java-free, is there an
alternative notation, using XML JSP tags, for stuff like:

<%= request.getAttribute("return") %>


Can't seem to find it anywhere.

many thanks


Howard