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.