[EMAIL PROTECTED] writes:

>Would this JSP tag lib allow you to access turbine's rundata from an already
>existing JSP page that doesn't use Turbine?

Don't think so. The RunData object is a part of the Turbine internal
processing cycle and I don't see any way for this to be useful or even
valid outside the Turbine Request-Response cycle. If you're interested
about informations from the Turbine Servlet, it should be possible to
write some tags that access the global information from the Turbine
facade.

But we do move into very muddly stuff here. What information would you
like to access from a non-Turbine JSP?

If you use Turbine with the JSP View, you can access the RunData on your
pages by using

<%@ page import = "org.apache.turbine.util.*" %> 
<jsp:useBean id="rundata" class="RunData" scope="request"/> 

        Regards
                Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

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

Reply via email to