I am using Richfaces 4.0, checking to ajax enable h:selectManyCheckbox. I don't see the availablity of a4j:support tag. In earlier versions is was there, but it looks like is not available anymore. What is the alternative?
Asked
Active
Viewed 634 times
2 Answers
0
check this issue, you will find out the solution to render Ajax issues_jboss_RF_8744

Chandra Sekhar
- 16,256
- 10
- 67
- 90
0
The old RichFaces 3.x <a4j:support>
is replaced by the new RichFaces 4.x <a4j:ajax>
. The standard JSF 2.x <f:ajax>
should however work as good.