What is the JSF behaviour, if you bind the same backing bean property to two input fields in the same form? -
Is a defined behavior in JSF, if two input fields are bound for the same session, then scanning the backing bean property has given. Here is my code snippet & lt; H: form id = "myForm" & gt; & Lt; H: Input Text id = "field1" value = "# {The bankingBanHeproperty}" /> & Lt; H: Input Text id = "field2" value = "# {The bankingBanHeproperty}" /> & Lt; H: command button id = "release button" verb = "# {the backingban.odgroup}" /> & Lt; / H: form & gt; My question: If field 1 and field 2 get different values, then what will be the effect of Bean property? Is this also allowed? I know that this is a raw scenario. My motivation is, we have HTMLunit tests running for our application. In our JSF application we want to use a cool ajaxified custom component. It works very well with the htmlunit, so my idea was, I just put in a hidden area which is connected to the same property u...