Posted By:
Anonymous
Posted On:
Saturday, February 28, 2009 01:59 AM
Hello I am working on jsf1.1(My faces) and jboss4.2 for y project. my requirement is to populate selectOneMenu box wih values with onChange of another selectOneMenu box . for that i have used ajax4jsf support tag. but if i changing the value og firstselectonemenu another combo box is not getting rendered.onchange i am not getting anything on jboss console.ajax call is not getting called. This is my code. industries combo box value="#{buyerAdvanceSearchBean.industry}"> value="#{buyerAdvanceSearchBean.industries}" /> reRender="skillList" /> skills combo box value="#{buyerAdv
More>>
Hello
I am working on jsf1.1(My faces) and jboss4.2 for y project. my requirement is to populate selectOneMenu box wih values with onChange of another selectOneMenu box .
for that i have used ajax4jsf support tag. but if i changing the value og firstselectonemenu another combo box is not getting rendered.onchange i am not getting anything on jboss console.ajax call is not getting called.
This is my code.
industries combo box
value="#{buyerAdvanceSearchBean.industry}">
value="#{buyerAdvanceSearchBean.industries}" />
reRender="skillList" />
skills combo box
value="#{buyerAdvanceSearchBean.selectedSkill}"
id="skillList">
if i select industry corresponding skills should be populated. But i am not getting required functionality.
can any body suggest where i am doing mistake.
Thanks
K.Ramu