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

Gavin King gavin.king at jboss.com
Thu Oct 12 21:27:44 EDT 2006


  User: gavin   
  Date: 06/10/12 21:27:44

  Modified:    examples/booking/view  book.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.16      +2 -2      jboss-seam/examples/booking/view/book.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: book.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/book.xhtml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- book.xhtml	12 Oct 2006 22:44:47 -0000	1.15
  +++ book.xhtml	13 Oct 2006 01:27:44 -0000	1.16
  @@ -104,7 +104,7 @@
   				<div class="input">
   					<s:decorate>
   						<h:inputText id="creditCard" value="#{booking.creditCard}" required="true">
  -                           <a:support event="onchange" reRender="creditCardErrors"/>
  +                           <a:support event="onblur" reRender="creditCardErrors"/>
                           </h:inputText>
   						<br/>
                           <a:outputPanel id="creditCardErrors">
  @@ -119,7 +119,7 @@
   				<div class="input" id="creditCardNameInput">
   					<s:decorate>
   						<h:inputText id="creditCardName" value="#{booking.creditCardName}" required="true">
  -                           <a:support event="onchange" reRender="creditCardNameErrors"/>
  +                           <a:support event="onblur" reRender="creditCardNameErrors"/>
                           </h:inputText>
   						<br/>
                           <a:outputPanel id="creditCardNameErrors">
  
  
  



More information about the jboss-cvs-commits mailing list