jsf ajax process different parts of form -


i have detected strange behaviour of ajax:

i have 1 form ajax-components (e.g. buttons or textfields ajax-submit on focuslost).

when process e.g. first textbox, fine in backing bean (viewscoped). when process second textbox seconds later, values first submit lost completely, , second value in backing bean.

is normal?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -