tag sources

2002-01-03 Thread Maciej Ko³odziej

Hi,

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

-- 
Best regards,
Maciej


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




Re: tag sources

2002-01-03 Thread Shawn Bayern

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]