[jboss-user] [JBoss Seam] - a4j:support onblur ... action not getting invoked
minamti
do-not-reply at jboss.com
Sun Aug 19 19:10:18 EDT 2007
I cannot seem to et the action invoked on a4j:support onblur. Here's my xhtml fragment
<s:decorate id="passwordControlDecorate" template="layout/edit.xhtml">
<ui:define name="label">#{messages.repeatPassword}</ui:define>
<h:inputSecret required="true" size="20" maxlength="20"
redisplay="true" value="#{userHome.passwordControl}">
<a:support event="onblur" action="#{userHome.validatePasswordControl}" reRender="passwordControlDecorate"/>
</h:inputSecret>
</s:decorate>
Any ideas?
Thanks,
M
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075611#4075611
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075611
More information about the jboss-user
mailing list