• 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

Applicatiion Forward Problem

 
Ranch Hand
Posts: 253
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
currently iam working on jsf (icefaces) project. I am having a menu where the menu data comes from the database. I mean label and url comes from the database. I am executing the query and writing a logic for the menu. Upto that jsf is good.

suppose i clicked on a link of menu. I got a page. In that page I am having 3 buttons. Add, Update & Delete buttons..For the add navigation i used

<ice:outputLink/>
..For the remaining i used

<ice:commandLink/>
I can navigate from one page to another page with the above..Problem i am getting is when returning to the previous page, page is not going.. After googling what i noticed is page navingations are by default forwards..

when navigation is forward, why the previous page is not coming....

Please help,

Thanks vipul
reply
    Bookmark Topic Watch Topic
  • New Topic