默认 ajax 在 primefaces 中调用命令按钮按下?

Default ajax call on command button press in primefaces?

我在 xhtml 上添加了几个命令按钮 page.All 按钮是但是每当我按下这个按钮然后触发 ajax 调用即使我没有写任何 ajax 调用 code.Due 对此我的 ajax 加载图像过程不起作用 expected.So 请告诉我为什么会这样?

如果我理解正确,你可以输入

ajax="false"

在 Primefaces commandButton 上。默认行为是 ajax 调用。