• 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

navigation problems

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey

I m working at a simple example in jsf. excuse me if this problem is already solved anywhere else.

I have got 2 sites. on the one site there is a button navigating to the other site, where is another button whicht should navigate to the first site. The problem is that the first navigationrule works and the other doesnt work. it just reloads the page ShowUser.jsp without redirecting to EingabeUserID.jsp as in faces-config configured.

thank you for help

Corristo

for those who need some information about my project:

index.jsp:




first site EingabeUserID.jsp:



second site ShowUser.jsp:



faces-config.xml:



web.xml:


reply
    Bookmark Topic Watch Topic
  • New Topic