It should not be. You can read more here: 
http://www.onjava.com/pub/a/onjava/2006/02/01/what-is-a-portlet-2.html?page=3

Also, from your email it is not clear at what stage this error happens? I think 
on first access to the page processAction() is not called at all since there 
was no action(s) yet generated from the portlet.

Also, please note, that portlets considered to be separate applications and 
thus they have separate sessions. Use APPLICATION_SCOPE if you want to share 
data between 2 portlets.

Well, correct me if I am wrong :-).

Hope this helps. If not please post more data.

Anton

Hans Brattberg <[EMAIL PROTECTED]> wrote: I get a strange error.
I have two portlets, displayed in the same psml file.
The first one shows som info from an object that's in the session.
In the second one I have a form, and with that data I put an object in 
the session, application scope.

It seems that the portlet that should show the session object is renderd 
before the second portlet (the one that puts the object in the session) 
is called.
Is it possible that the first portlet gets rendered before the second 
portlet processAction is called?

Or could it be some caching issue?
Suggestions?

/Hans


-- 
Hans Brattberg
[EMAIL PROTECTED]
070-575 31 32
www.crisp.se


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



                
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail Beta.

Reply via email to