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

Gavin King gavin.king at jboss.com
Fri Nov 9 05:10:38 EST 2007


  User: gavin   
  Date: 07/11/09 05:10:38

  Modified:    examples/quartz/view  search.xhtml
  Log:
  remove NthBusinessDay stuff
  
  Revision  Changes    Path
  1.7       +0 -13     jboss-seam/examples/quartz/view/search.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/view/search.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- search.xhtml	3 Sep 2007 12:12:19 -0000	1.6
  +++ search.xhtml	9 Nov 2007 10:10:37 -0000	1.7
  @@ -164,19 +164,6 @@
                                    action="#{paymentHome.saveAndSchedule}" />
                   </p>
                   
  -                <p>Nth business day:
  -                Run on the <h:inputText id="paymentNth" value="#{newPayment.paymentNthBusinessDay.n}"/>th business day (excludes weekends and US federal holidays) at <h:inputText id="paymentNthFireTime" value="#{newPayment.paymentNthBusinessDay.fireAtTime}"/><br/>
  -                <h:selectOneRadio id="radioList2" 
  -                                  layout="lineDirection"
  -                                  value="#{newPayment.paymentNthBusinessDay.interval}">
  -                  <s:convertEnum />
  -                  <s:enumItem enumValue="WEEKLY"       label="Every Week" />
  -                  <s:enumItem enumValue="MONTHLY"       label="Every Month" />
  -                  <s:enumItem enumValue="YEARLY"       label="Every Year" />
  -                </h:selectOneRadio><br/>
  -                <h:commandButton value="Schedule at Nth Business Day" 
  -                                 action="#{paymentHome.saveAndScheduleNthBusinessDay}" />
  -                </p>
               </h:form>
           </f:subview>
   
  
  
  



More information about the jboss-cvs-commits mailing list