• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Browser back button - Bea JPF portlet

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have a portlet containing a link to a dynamic content page and another portlet using JPF to control its action.

Once we click on the link of the 1st portlet, we get the content. If we click browser back and then click on the <netui:anchor> tag associated with the JPF button, the old content(1st portlet) page comes up rather than this page's forward.

If we put debug statements in the JPF portlet, all the statements till the end executes but the forward seems to be going to the old page. There is only one forward in the page.

Any help would be appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic