a4j:commandLink不显示必填字段所需的消息

时间:2011-04-27 11:25:47

标签: jsf ajax4jsf

我有一些必填字段。 当我尝试使用h:commandLink提交页面时,我收到了所需的消息(由我定义)。 当我使用a4j:commandLink来调用方法时,我没有收到消息(虽然没有调用该方法,这证明了所需的验证确实有效)

不起作用:

<a4j:commandLink value="#{msg.Submit_Button}" styleClass="linkStyle" action="#{general.submit}"
            reRender="StatusPanelStatusText, SendingSMSMSG" />

工作(但没有ajax,没有好处):

<h:commandLink value="#{msg.Submit_Button}" styleClass="linkStyle" action="#{general.submit}" />

给了什么? 谢谢!

更新 版本 - 带有Richfaces的JSF 1.2.7 3.3.2 SR1

0 个答案:

没有答案