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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...