I have trouble getting f:ajax to work on a h:panelGroup. Here\'s what i\'m doing:
f:ajax
h:panelGroup
JSF code:
did small POC for ajax may be useful for others
This chunk will show that we can call managed bean method and Ajax together and it works using JSF2.0
ManagedBean:
public void saveComments() { //ur code//}