Chris Morgan wrote:
I'm trying to return a series of parameters from an authentication action
that I'd like to make available to the XSP pages within the same pipeline.
These parameters represent common session variables that are retrieved from
a database and made available to the application for use.  So far, I've only
been able to do this if the parameters appear in the querystring.  Is there
some other way to make these pipeline parameters returned from an action
available within my XSP pages?

Look out for the util logicsheet, esp. the <util:get-sitemap-parameter/> tag. Set the parameter from sitemap by


        <map:generate......>
           <map:parameter name="foo" value="bar"/>
        </map:generate>

Search this list for more examples.

HTH

Chris.

--
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08


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



Reply via email to