Re: JSP source

2002-03-12 Thread Shawn Bayern

On Tue, 12 Mar 2002, Agrawal, Anuj (Anuj)** CTR ** wrote:

 Is there a way to display the source code for a particular JSP page?
 
 I'd like to have a link at the bottom of the page which will display
 the source (for the curious) when clicked on - very much like the way
 the SourceForge site has it setup.

Take a look at the ShowSource.jsp file in the JSTL RI examples application
(standard-examples); it might do exactly what you want.  It uses the
c:import tag.

Shawn


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




RE: JSP source

2002-03-12 Thread Agrawal, Anuj (Anuj)** CTR **

Dang it!  I knew i had seen it some place.

de niroyou... you're good... you're good/de niro

You da man Shawn!  Thanks!!!

  Is there a way to display the source code for a particular JSP page?
  
  I'd like to have a link at the bottom of the page which will display
  the source (for the curious) when clicked on - very much 
 like the way
  the SourceForge site has it setup.
 
 Take a look at the ShowSource.jsp file in the JSTL RI 
 examples application
 (standard-examples); it might do exactly what you want.  It uses the
 c:import tag.

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