Holger Dewes a ecrit :
> 
> Hello,
> 
> that's a common question, it seems. Basically, you don't send the
> information, because you cannot guarantee that portlet A is processed
> before portlet B. Instead, you let portlet B analyze the request and
> fetch the information it needs to display. Anyway, that's how I do it.
> 
> Cheers

You can use an action that will be processed before everything else, so
that your context (e.g user session) is ok, and then display portlet
information from context, and not from request.
IMHO I find it hasardous to change the content of a portlet based on the
request object... just my 2 cents ;)

Aurelien

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

Reply via email to