You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Timo Nentwig <ti...@nitwit.de> on 2003/04/23 19:10:27 UTC

Is JSP code which is returned by servlet evaluated?

Hi!

<action path="/blah" type="blahAction">
<!--
	<forward name="display" path="myJSP.jsp" />
-->
	<forward name="display" path="returnJspCode" />
</action>

returnJspCode is a servlet which does return JSP source code. Is this code 
being evaluated or will the browser display just the plain JSP code? And if 
so is there anything I can do about it?

Thanks!
Timo
-- 
http://nitwit.de/
http://www.jeigh.com/werk/admin/ (http://home.snafu.de/laura/)


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org