New value is not getting updated in the jsf backing bean when submit button is clicked?

The components are processed in the order as they appear in the view. You're calling UIInput#setValue() on components which aren't processed yet. Their values will be overridden afterwards with the actual submitted values.

Rather use UIInput#setSubmittedValue() instead.

Thanks you for answering my question. Sorry for the late reply. Your answer solves the problem.

You rocks! Thanks again – mvg Nov 12 '10 at 5:09 You're welcome. – BalusC Nov 12 '10 at 11:17.

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