Truhann van der Poel wrote:
> 
> I have static data that I need to access in xsp pages.  Typically stuff like
> URL's that I need to use in <util:include-uri> tags.  Since you can not
> chain xsp processes how would I access this information to use in other xsp
> tags on the same xsp page ?

String mystaticinfo = "whatever";
<mytaglib:mytag><xsp:expr>mystaticinfo</xsp:expr></mytaglib:mytag>

Ulrich

-- 
Ulrich Mayring
DENIC eG, Systementwicklung

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to