[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

atao do-not-reply at jboss.com
Mon Sep 3 20:35:18 EDT 2007


Vincent said.
anonymous wrote : 
  | The issue comes from the fact that when I hit the Save button, the onblur event from a:support fires at the same time and it breaks the save process. If I click outside the edited field, and then click the save button it works.
  | 

so I tried this workaround:

  | <a:support event="onblur" reRender="cityNameDecoration" bypassUpdates="true"  onsubmit="this.getElement('0').focus();"/>
  | 
in the edit pages generated by: it works fine in this case!


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080680#4080680

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080680



More information about the jboss-user mailing list