The moose likes JSF and the fly likes JSF selectManyListbox Issue? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF selectManyListbox Issue?" Watch "JSF selectManyListbox Issue?" New topic
Author

JSF selectManyListbox Issue?

Yancy cheng
Greenhorn

Joined: Aug 18, 2010
Posts: 10
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.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: JSF selectManyListbox Issue?
 
Similar Threads
selectManyListbox Issue
JSF RichFaces Facelets integration problem
How to Write jQuery into RichFaces?
Issues with facelets and saveState?
Jumping past phases 2, 3, 4, and 5?