| Author |
Setters not being called when using ajax
|
Alan Smith
Ranch Hand
Joined: Oct 19, 2011
Posts: 150
|
|
Hi,
I have a selectOneMenu where a user can pick what type of Person they are; Patient or Student. Depending on what they select a certain option is displayed... Patients can be smokers or non-smokers and Students can select their SchoolType (Highschool, College, etc). Can someone explain to me why when I use ajax the setter methods on my backing bean aren't being called. Ajax is rendering the correct options related to each Person depending on the current value in the select box. When I click the commandButton though, the values aren't being sent to the beans setters.
Thanks,
Alan
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
|
I'm not an expert on the JSF2 ajax tag, bug its equivalent for RichFaces has the option to post only the attached control value OR the entire form containing the control (including other control values). I seem to recall that the default using the JSF2 ajax tag may be only the attached control value. So check the attribute options on the ajax tag.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Volodymyr Levytskyi
Ranch Hand
Joined: Mar 29, 2012
Posts: 187
|
|
Hello!
Please read my explanation of ajax at http://www.coderanch.com/t/594176/JSF/java/dynamic-div-reset#2708812
|
 |
 |
|
|
subject: Setters not being called when using ajax
|
|
|