• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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.
 
If you settle for what they are giving you, you deserve what you get. Fight for this tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic