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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to