This simply returns the template to the original portlet page.
I'm not sure what your referring to with the Menu items.....

IF you've set portlet variables, you can clean them up with a portlet
action, which clears those attributes, and also resets the template to the
original page.

I use a PortletSessionState atribute, which is called, 'requesttemplate',
which I set in the portlet actions, then in the buildnormalcontext, I either
set the template to that value, or reset the template to the original.  

I clean up with a doResetreport()  method, which clears any known
attributes, including our requesttemplate attribute.

-----Original Message-----
From: Wilson, Allen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 29, 2004 3:35 PM
To: Jetspeed Users List
Subject: RE: Getting back to the original port page (JSP pages and actions)

Will these reset it to the portlet along with the menu items for that
portlet. Portlet one will have the menu items for going to other Portlet
areas.

-----Original Message-----
From: Arthur D'Alessandro III [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 29, 2004 2:16 PM
To: 'Jetspeed Users List'
Subject: RE: Getting back to the original port page (JSP pages and
actions)


Same concept, except, you can do 

 this.resetTemplate(rundata);

We do this, as well as clear up any portlet session state using an
action like doResetstate(). 

-----Original Message-----
From: Wilson, Allen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 29, 2004 3:13 PM
To: Jetspeed Users List
Subject: Getting back to the original port page (JSP pages and actions)

Question.....

I know how to get to a template page by set the SetTemplate() property
of the Jetspeed object but I am having a problem getting back to the
original portlet page. For example...

Portlet 1 - Submit button is pressed and action processes information
and sends user to template page Template 1 - User fills out form and
submits. Action processes information and sends user to next template
page Template 2 - User verifies information and submits. 

At this point I would like the user to be return to Portlet 1.

Anyone know how I do that

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
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]

Reply via email to