• 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 problem whit request.

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I have a problem whit JSF 1.2.
I have a bean whit request ( I declare this in faces-config,xml and I don't use annotations )
If I try to go to page 1 to page 2. I can do this whitout a problem. but. If a try to go from page 2 to page 1. This doesn't work:

I put the code here...
This is my faces-config


and this is my page. etiqueta.xhtml


this is etiquetaCrud.xhtml


and this is a part of my Bean



the problem is.
If I put the bean in Request when I stay in etiquetaCrud and press confirmar the method confirmarEditarEtiqueta() never called.

If you don't understand what I did saying here please answer me.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic