JSF 2.0,partially rendered form field input value not updated in the bean?

As per the comments, you used h:inputeditImgChange} to save the state. This is not going to work. The rendered attribute is evaluated during apply request values phase, while that hidden value is made available during update model values phase which is thus too late.

As per the comments, you used to save the state. This is not going to work. The rendered attribute is evaluated during apply request values phase, while that hidden value is made available during update model values phase which is thus too late.

Since you're already using Tomahawk, use instead. Or, just fix the problem which you encountered when making the bean view scoped. I don't forsee why that would be a problem.

Perhaps you're using @PostConstruct and expecting that it's invoked on every request. You should then use instead.

T:saveState helped. Thank you. And about the viewscope, I am going to figure out what is going wrong.

I am not using @PostConstruct . – maya Sep 27 at 14:48 You're welcome. – BalusC Sep 27 at 14:50.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions