Hi,all. I meet the problem that puzzled me a long time, please help.
ics_ui_cascadeCombo.xhtml
CascadeComboBean.java
test.xhtml
i make sure that jQuery('select[id$=abcd_cust_cascade_select]').val() has items which i selected. but there is no value pass to server. i found log that seems have a
jsf problem:
Processing new Request!
before - RESTORE_VIEW(1)
after - RESTORE_VIEW(1)
before - APPLY_REQUEST_VALUES(2)
after - APPLY_REQUEST_VALUES(2)
j_id37:abcd_cust_cascade_select: Invalid value-j_id37:abcd_cust_cascade_select: Invalid value
before - RENDER_RESPONSE(6)
after - RENDER_RESPONSE(6)
j_id37:abcd_cust_cascade_select: Invalid value-j_id37:abcd_cust_cascade_select: Invalid value
Information for the field(s) marked red below is incorrect. Please amend and try again.-Information for the field(s) marked red below is incorrect. Please amend and try again.
Done with Request!
Please help, thank you very much.