0

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?

THelper
  • 15,333
  • 6
  • 64
  • 104
Hussain Ashruf
  • 401
  • 1
  • 8
  • 20

2 Answers2

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.

See also:

Community
  • 1
  • 1
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555