[jboss-cvs] jboss-seam/examples/booking/view ...

Gavin King gavin.king at jboss.com
Mon Oct 16 09:16:26 EDT 2006


  User: gavin   
  Date: 06/10/16 09:16:26

  Modified:    examples/booking/view  register.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.12      +2 -2      jboss-seam/examples/booking/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/register.xhtml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- register.xhtml	16 Oct 2006 13:11:17 -0000	1.11
  +++ register.xhtml	16 Oct 2006 13:16:26 -0000	1.12
  @@ -52,7 +52,7 @@
   							<div class="input">
   								<s:decorate>
   									<h:inputText id="username" value="#{user.username}" required="true">
  -                                        <a:support event="onchange" reRender="usernameErrors"/>
  +                                        <a:support event="onblur" reRender="usernameErrors"/>
                                       </h:inputText>
                                       <br/>
                                       <a:outputPanel id="usernameErrors"><s:message/></a:outputPanel>
  @@ -65,7 +65,7 @@
   							<div class="input">
   								<s:decorate>
   									<h:inputText id="name" value="#{user.name}" required="true">
  -                                        <a:support event="onchange" reRender="nameErrors"/>
  +                                        <a:support event="onblur" reRender="nameErrors"/>
                                       </h:inputText>
                                       <br/>
                                       <s:outputPanel id="nameErrors"><s:message/></a:outputPanel>
  
  
  



More information about the jboss-cvs-commits mailing list