File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Portals and Portlets and the fly likes Weblogic Portal Application Issue | Previous Page getting rendered Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Weblogic Portal Application Issue | Previous Page getting rendered" Watch "Weblogic Portal Application Issue | Previous Page getting rendered" New topic
Author

Weblogic Portal Application Issue | Previous Page getting rendered

Saurabh Agrawal
Ranch Hand

Joined: Oct 07, 2003
Posts: 238
Problem:

A (Login) --> B (Reset Password) --> A (Login)


Submitting details on Page A takes to Page B. Clicking a link on Page B takes back to Page A. Making a selection in the header of Page A refreshes the page to change the locale of the page.


What must happen?
Page A should be refreshed. Since the refresh action of the page is set as begin, so begin of all the portlets on the page should be called. Page A i.e. login page with changed locale should be displayed.



What is happening?
Begin of Page B (which is a previous page) is getting called up. Result: Reset Password page is getting rendered and displayed.


Possible Actions:
1. I checked the render Cacheable property of the portlets to check if it is set to true. I was of the impression due to portlet caching mechanism; the previous portlet is called again.

2. When I click the back link on Page B (taking me to page), I have modified the URL as follows:
<a href="/coltPortalWeb/coltPortal.portal?_nfls=false">

Assuming that _nfls will reset the page on which action is done.

Yet the previous page is getting rendered. I am not getting any clue on what can be other possible issue. May be some property of portlet is required to be set. If anyone has faced such issue, please let me know.



Note:

The application is developed using Weblogic Portal 9.2 with AndroMDA.

Any quick help in this regard will be much appreciated. If you need more information feel free to get back to me.


Success is not doing extraordinary things but doing ordinary things extraordinarily well.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Weblogic Portal Application Issue | Previous Page getting rendered
 
Similar Threads
JSF Portlet - how to maintain initial state of portlets in navigating portal pages
Websphere Portal - Test 399
WebSphere Portal 348 - prime questions/answers
how to restore initial state of JSF Portlets when we navigate back to a PORTAL Page
Test 399: IBM WebSphere Portal V5.1, Application Development