a4j:commandLink 和 h:commandLink 的区别

Posted

技术标签:

【中文标题】a4j:commandLink 和 h:commandLink 的区别【英文标题】:Difference between a4j:commandLink and h:commandLink 【发布时间】:2011-06-28 11:32:12 【问题描述】:

标题说明一切。

a4j:commandLink 和 h:commandLink 有什么区别?

【问题讨论】:

【参考方案1】:

来自 Richfaces 文档

<a4j:commandLink> 组件是 与<h:commandLink> 非常相似 组件,唯一的区别是 Ajax 表单提交是在 点击,它允许动态 响应后重新渲染 背部。无需插入任何 支持到组件中,如 Ajax 支持已内置。

关于 h:commandLink here 和 a4j here 的更多信息。

阅读两者,您将能够得出自己的结论。

【讨论】:

请注意,OP 已标记 JSF 2.0。

以上是关于a4j:commandLink 和 h:commandLink 的区别的主要内容,如果未能解决你的问题,请参考以下文章

Richfaces 4 a4j:commandLink 操作未在 Rich:popupPanel 中触发

按下表单中的输入时要执行的默认操作

& 和 && 区别和联系,| 和 || 区别和联系

第三十一节:扫盲并发和并行同步和异步进程和线程阻塞和非阻塞响应和吞吐等

shell中$()和 ` `${}${!}${#}$[] 和$(()),[ ] 和(( ))和 [[ ]]

Java基础8---面向对象代码块和继承和this和super和重写和重载和final