On Thu, 3 Jan 2002, Maciej Kołodziej wrote:

> Where can I get sources of standard jsp tags, like <jsp:forward>?

Standard JSP actions are implemented by code "owned" by the container;
they are not imported from external code (at least not using a public
standard mechanism), as custom actions can be.  Check the code for Tomcat,
for example, to see how actions like <jsp:forward> are handled.

Shawn


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

Reply via email to