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

Gavin King gavin.king at jboss.com
Thu Oct 12 22:31:18 EDT 2006


  User: gavin   
  Date: 06/10/12 22:31:18

  Modified:    examples/booking/view  book.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.17      +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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- book.xhtml	13 Oct 2006 01:27:44 -0000	1.16
  +++ book.xhtml	13 Oct 2006 02:31:18 -0000	1.17
  @@ -47,7 +47,7 @@
   				<div class="input">
   					<s:decorate>
   						<h:inputText id="checkinDate" value="#{booking.checkinDate}" required="true">
  -                            <a:support event="onchange" reRender="checkinDateErrors"/>
  +                            <a:support event="onblur" reRender="checkinDateErrors"/>
                           </h:inputText>
   						<br/>
                           <a:outputPanel id="checkinDateErrors">
  @@ -62,7 +62,7 @@
   				<div class="input">
   					<s:decorate>
   						<h:inputText id="checkoutDate" value="#{booking.checkoutDate}" required="true">
  -                            <a:support event="onchange" reRender="checkoutDateErrors"/>
  +                            <a:support event="onblur" reRender="checkoutDateErrors"/>
                           </h:inputText>
   						<br/>
                           <a:outputPanel id="checkoutDateErrors">
  
  
  



More information about the jboss-cvs-commits mailing list