3 Replies Latest reply on Jul 4, 2013 12:15 PM by bleathem

    ValueChangeListener not firing with <h:selectOneMenu>

    sumitghosh945

      I have a <h:selectOneMenu> in my xhtml page,along with it I have attached a ValueChangeListener. the options in the <h:SelectOneMenu> are:

      1)Select Category

      2)Reimbursement

      3)Vendor

       

      The Problem is that:default label is Select Category,from here if I select Reimbursement/Vendor then the ValueChangeListener  got invoked,but after selecting Reimbursement/Vendor if I select default label(Select Category) then valueChangeListener not getting invoked.

       

      Can anyone solve this?????????????? I have tried with onchange="submit();" but didn't work,any other solution??????????