RE: portlet object in doUpdate()

2003-01-30 Thread Luta, Raphael (VUN)
: Jetspeed Users List Objet : RE: portlet object in doUpdate() I would say it is ok without action. If you want buildNormalContext to be called after doUpdate, you still can call it explicitely from there... -Original Message- From: Wei Guan [mailto:[EMAIL PROTECTED]] Sent

RE: portlet object in doUpdate()

2003-01-30 Thread Mark Orciuch
I tested your workaround. I used velocity. I used POST. Here is the behavior. if I removed action, I could get portlet in doUpdate(), however, buildNormalContext is never got called. I think I know what you're talking about now. I logged this as a bug:

RE: portlet object in doUpdate()

2003-01-29 Thread Pierre Henry
: portlet object in doUpdate() Pierre: I tested your workaround. I used velocity. I used POST. Here is the behavior. if I removed action, I could get portlet in doUpdate(), however, buildNormalContext is never got called. if I keep the action, the portlet is null in doUpdate

RE: portlet object in doUpdate()

2003-01-28 Thread Pierre Henry
: lundi, 27. janvier 2003 19:21 To: Jetspeed Users List; Pierre Henry Subject: Re: portlet object in doUpdate() Since I'm about to be working on this, let me ask a related question: has anyone gotten JSP actions to work with GET? Thanks! -- Michael On 1/27/03 1:09 AM, Pierre Henry

Re: portlet object in doUpdate()

2003-01-28 Thread Wei Guan
(). Is it a bug? Thanks. - Original Message - From: Pierre Henry [EMAIL PROTECTED] To: Michael Rothrock [EMAIL PROTECTED] Cc: Jetspeed User List (E-mail) [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 2:26 AM Subject: RE: portlet object in doUpdate() I got them to work with GET

RE: portlet object in doUpdate()

2003-01-27 Thread Pierre Henry
-Original Message- From: Wei Guan [mailto:[EMAIL PROTECTED]] Sent: lundi, 27. janvier 2003 07:49 To: [EMAIL PROTECTED] Subject: portlet object in doUpdate() I have a doUpdate in an VelocityAction class: VelocityPortlet portlet = (VelocityPortlet) context.get(portlet

Re: portlet object in doUpdate()

2003-01-27 Thread Michael Rothrock
2003 07:49 To: [EMAIL PROTECTED] Subject: portlet object in doUpdate() I have a doUpdate in an VelocityAction class: VelocityPortlet portlet = (VelocityPortlet) context.get(portlet); the portlet is null. Is this a bug? Wei -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

portlet object in doUpdate()

2003-01-26 Thread Wei Guan
I have a doUpdate in an VelocityAction class: VelocityPortlet portlet = (VelocityPortlet) context.get(portlet); the portlet is null. Is this a bug? Wei