> Temporary storage (and passing of vars down the chain) is precisely what I
> use the attribs for. Here's a bit of code for sending an id to another
> object via the Request object:
> 
> req.setAttribute("jbxsp-id",instanceId);
> instance.setReq(req);

Up to now I have used sessions to store objects needed further down the
processing chain. I may be mistaken, but this approach seems to be a lot
more efficient, assuming I don't need the object outside of the chain... Is
this correct?

Thanks.

Diana


---------------------------------------------------------------------
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