Hi Isomorphic,
I make selectItem.disabled() in form dynamically (under condition). In UI all is ok, but when I invoke form.submitForm() send selected value from selectItem. I check rendered page and see that in html tag <input type="hidden" name="selectItem" id="isc_8O" value="13213"> missing the attribute disabled !
I make selectItem.disabled() in form dynamically (under condition). In UI all is ok, but when I invoke form.submitForm() send selected value from selectItem. I check rendered page and see that in html tag <input type="hidden" name="selectItem" id="isc_8O" value="13213"> missing the attribute disabled !
Comment