You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2004/12/10 03:17:54 UTC

cvs commit: incubator-myfaces/webapps/examples/web date.jsp

svieujot    2004/12/09 18:17:54

  Modified:    webapps/examples/web date.jsp
  Log:
  Show popupCalendar for the first example.
  
  Revision  Changes    Path
  1.11      +1 -1      incubator-myfaces/webapps/examples/web/date.jsp
  
  Index: date.jsp
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/examples/web/date.jsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- date.jsp	8 Nov 2004 20:46:03 -0000	1.10
  +++ date.jsp	10 Dec 2004 02:17:54 -0000	1.11
  @@ -62,7 +62,7 @@
                       <h:form>
                           <f:verbatim><p></f:verbatim>
   	                        <h:outputText value="#{example_messages['date_comp_text1']}"/> <h:message for="date1"/>
  -	                        <x:inputDate id="date1" value="#{date1}"/>
  +	                        <x:inputDate id="date1" value="#{date1}" popupCalendar="true"/>
   	                        <f:verbatim><br></f:verbatim>
   	                        <h:outputText value="#{example_messages['date_comp_text2']} #{date1}"/> <%-- TODO : print date part only --%>
                           <f:verbatim></p></f:verbatim>