RE: How to clear RenderParameters set in action in JETSPEED 1.6 with Fusion

2006-01-30 Thread Archana Turaga
Users List Subject: Re: How to clear RenderParameters set in action in JETSPEED 1.6 with Fusion Archana Turaga wrote: > Hello, > Please help experts!! Sorry. You are getting the cheapo support guy again :( > > Based on the info below I tried modifying the Jetspeed-spring.xml to >

Re: How to clear RenderParameters set in action in JETSPEED 1.6 with Fusion

2006-01-30 Thread David Sean Taylor
Archana Turaga wrote: Hello, Please help experts!! Sorry. You are getting the cheapo support guy again :( Based on the info below I tried modifying the Jetspeed-spring.xml to have the following entries: bean="NavigationalStateCodec"/> class="org.apache

RE: How to clear RenderParameters set in action in JETSPEED 1.6 with Fusion

2006-01-30 Thread Archana Turaga
t.java:802) at -Original Message- From: Ate Douma [mailto:[EMAIL PROTECTED] Sent: Sunday, January 29, 2006 5:15 PM To: Jetspeed Users List Subject: Re: How to clear RenderParameters set in action ? Hi all, Sorry for being a little too late for this threa

RE: How to clear RenderParameters set in action ?

2006-01-30 Thread Archana Turaga
Turaga [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 9:35 AM To: Jetspeed Users List Subject: RE: How to clear RenderParameters set in action ? Well that does make more sense. Thanks David, Ate, Frank and Aaraon. Although I think my problem still remains How do I fix this in Jetspeed

RE: How to clear RenderParameters set in action ?

2006-01-30 Thread Archana Turaga
your time and patience. Regards, Archana -Original Message- From: Frank Villarreal [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 7:04 AM To: Jetspeed Users List Subject: RE: How to clear RenderParameters set in action ? Ate/David: 1) Thanks David ... for putting up with me

RE: How to clear RenderParameters set in action ?

2006-01-30 Thread Frank Villarreal
ing on where you are)! - Frank > -Original Message- > From: Ate Douma [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 29, 2006 05:15 PM > To: Jetspeed Users List > Subject: Re: How to clear RenderParameters set in action ? > > > Hi all, > > Sorry for being a lit

Re: How to clear RenderParameters set in action ?

2006-01-29 Thread Ate Douma
Hi all, Sorry for being a little too late for this thread to clear up matters quickly, but luckily David has already given the configuration examples to enable or disable session storage of render parameters. To summarize: Jetspeed currently provides three implementations for encoding and sto

Re: How to clear RenderParameters set in action ?

2006-01-29 Thread David Sean Taylor
I think I see the issue here. I was looking at the URL, when I should have been looking at the result of the API calls. The default configuration stores render parameters state in the session. See portal-url-generation.xml. class="org.apache.jetspeed.container.state.impl.SessionFul

Re: How to clear RenderParameters set in action ?

2006-01-29 Thread Aaron Evans
David Sean Taylor bluesunrise.com> writes: > > Frank Villarreal wrote: > > >>We correctly keep the render parameters *until* an action on the > >>targeted portlet is invoked. At that point the render parameters are > >>cleared for the targeted portlet (only). > > > > > > Ahhh, so it is by des

RE: How to clear RenderParameters set in action ?

2006-01-29 Thread Frank Villarreal
Map mParams = new HashMap(); mParams.add("v", "page1.jsp"); renderUrl.setParameters(mParams); %> Go to Page#1 > David, > > I'll have to report back to you on this tomorrow. I have a > J2-final installation running at home and I'll post the exact >

RE: How to clear RenderParameters set in action ?

2006-01-28 Thread Frank Villarreal
Hi Archana, > Hi Frank, > The parameter pgreq that you added, was it in the portlet.xml? > Thanks, > Archana No. In my portal menus (in the Velocity templates), I added the parameter "?pgreq=1" ... for example http://localhost:8080/jetspeed/portal/default.psml?pgreq=true - Frank -

RE: How to clear RenderParameters set in action ?

2006-01-28 Thread Archana Turaga
Hi Frank, The parameter pgreq that you added, was it in the portlet.xml? Thanks, Archana -Original Message- From: Frank Villarreal [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 3:25 PM To: Jetspeed Users List Subject: RE: How to clear RenderParameters set in action ? > F

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Archana Turaga
ow to clear RenderParameters set in action ? > From: Archana Turaga [mailto:[EMAIL PROTECTED] > Sent: Friday, January 27, 2006 03:04 PM > To: Jetspeed Users List > Subject: RE: How to clear RenderParameters set in action ? > > > Hello Frank, > I have a similar issue. Could

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Archana Turaga
rom: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 4:41 PM To: Jetspeed Users List Subject: Re: How to clear RenderParameters set in action ? Archana Turaga wrote: > David, > Did you have an action on the main page which involves more request > parameters

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Frank Villarreal
r [mailto:[EMAIL PROTECTED] > Sent: Friday, January 27, 2006 04:23 PM > To: Jetspeed Users List > Subject: Re: How to clear RenderParameters set in action ? > > > Frank Villarreal wrote: > >>David Said: > >>The parameters are lost if you navigate to another pag

Re: How to clear RenderParameters set in action ?

2006-01-27 Thread David Sean Taylor
Archana Turaga wrote: To make it more precise with are Jetspeed 1.6 with fusion. 1.6 is built on top of M3 But the URLs are generated different for sure I don't currently have a running version of 1.6 + Fusion here at the moment. Can someone else verify this?

Re: How to clear RenderParameters set in action ?

2006-01-27 Thread David Sean Taylor
Archana Turaga wrote: David, Did you have an action on the main page which involves more request parameters i.e. you click on a button on main page that makes you navigate to another target page...then you go to the Root Folder to DB Browser Demo to Public Content an and then come back. If you se

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Archana Turaga
To make it more precise with are Jetspeed 1.6 with fusion. -Original Message- From: Archana Turaga [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 4:25 PM To: Jetspeed Users List Subject: RE: How to clear RenderParameters set in action ? I agree with Frank and Gary...this is

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Archana Turaga
List Subject: Re: How to clear RenderParameters set in action ? Frank Villarreal wrote: >>David Said: >>The parameters are lost if you navigate to another page >>But as long as you stay on the same page, they are posted back to your >>portlet. It gives you more possibilities

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Archana Turaga
2006 3:36 PM To: Jetspeed Users List Subject: RE: How to clear RenderParameters set in action ? I agree with Frank here... This was a major stumbling block in our application development and because we were not using a portal where we could change the source (i.e: Sun One Portal), we had to imbed terri

Re: How to clear RenderParameters set in action ?

2006-01-27 Thread David Sean Taylor
Frank Villarreal wrote: David Said: The parameters are lost if you navigate to another page But as long as you stay on the same page, they are posted back to your portlet. It gives you more possibilities for keeping state in the URL instead of using the session David, I'm not seeing that beha

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Frank Villarreal
>David Said: > The parameters are lost if you navigate to another page > But as long as you stay on the same page, they are posted back to your > portlet. It gives you more possibilities for keeping state in the URL > instead of using the session David, I'm not seeing that behaviour ... I tried

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Boyce, Keith Garry
Villarreal [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 4:25 PM To: Jetspeed Users List Subject: RE: How to clear RenderParameters set in action ? > From: Archana Turaga [mailto:[EMAIL PROTECTED] > Sent: Friday, January 27, 2006 03:04 PM > To: Jetspeed Users List > Subject

Re: How to clear RenderParameters set in action ?

2006-01-27 Thread David Sean Taylor
Frank Villarreal wrote: We correctly keep the render parameters *until* an action on the targeted portlet is invoked. At that point the render parameters are cleared for the targeted portlet (only). Ahhh, so it is by design (of the portlet spec). Hmmm ... am I alone in the "portal/portlet"

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Frank Villarreal
> From: Archana Turaga [mailto:[EMAIL PROTECTED] > Sent: Friday, January 27, 2006 03:04 PM > To: Jetspeed Users List > Subject: RE: How to clear RenderParameters set in action ? > > > Hello Frank, > I have a similar issue. Could you tell us where you applied the > patch

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Frank Villarreal
> David Sean Taylor wrote: > We correctly keep the render parameters *until* an action on the > targeted portlet is invoked. At that point the render parameters are > cleared for the targeted portlet (only). Ahhh, so it is by design (of the portlet spec). Hmmm ... am I alone in the "portal/portl

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Archana Turaga
] Sent: Friday, January 27, 2006 2:18 PM To: Jetspeed Users List Subject: RE: How to clear RenderParameters set in action ? The idea of the portlet spec is for the doView (Render) method to strictly just render the view ... NOT change the state of the view as you are suggesting. Best bet is for you

Re: How to clear RenderParameters set in action ?

2006-01-27 Thread David Sean Taylor
Frank Villarreal wrote: The idea of the portlet spec is for the doView (Render) method to strictly just render the view ... NOT change the state of the view as you are suggesting. Best bet is for you to change the parameters in the Action as the portlet spec intended. However, I have noticed th

Re: How to clear RenderParameters set in action ?

2006-01-27 Thread David Sean Taylor
Martin Maidhof wrote: Hi, is there a way to clear the render parameters (set in the action method) in the RENDER method of the portlet ? Scenario: - the action method sets render parameters for all sub-sequent render calls (ActionResponse.setRenderParameter() ) - the doView() method receives th

RE: How to clear RenderParameters set in action ?

2006-01-27 Thread Frank Villarreal
The idea of the portlet spec is for the doView (Render) method to strictly just render the view ... NOT change the state of the view as you are suggesting. Best bet is for you to change the parameters in the Action as the portlet spec intended. However, I have noticed that J2 still does not clear