I think this bug came to life when we re-engineered the action/portlet model using the new MVC portlet pattern api. Jeremy approached me about this bug a couple of weeks ago on IRC and at that time a patch was applied. If you don't want to upgrade to the newest beta you should be able to safely fix this issue by updating to the newest version of org.apache.jetspeed.modules.actions.portlets.GenericMVCAction.
Regards, *===================================* * Scott T Weaver������������������� * * Jakarta Jetspeed Portal Project�� * * [EMAIL PROTECTED] * *===================================* � > -----Original Message----- > From: Jeremy Ford [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 8:11 PM > To: 'Jetspeed Users List' > Subject: RE: Confusion with buildNormalContext and do[Action] > > In b4, a bug was introduced which forced you to call buildNormalContext. > This has been fixed in cvs and should be the way it's going to be from now > on. Scott Weaver knows more about this topic though. > > Jeremy Ford > > -----Original Message----- > From: Michael Rothrock [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 5:25 PM > To: Jetspeed Users List > Subject: Confusion with buildNormalContext and do[Action] > > Hello! > > I've just started playing with b5 and I'm a bit confused over when > buildNormalContext is called. I recall that the behavior in b3 was that > buildNormalContext was called automatically after actions were executed. > However, it seemed to change in b4 such that I had to explicitly call > buildNormalContext, and in fact changed a bunch of code to rely on this. > > However, it appears that in b5 we're back to the old behavior in that > buildNormalContext is automatically called after doBlah. Is this correct, > or is it just some funky interaction between my stuff and the new beta? > > More importantly, is this how it's going to be from now on? > > Thanks! > > -- Michael > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
