Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv721/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample

Modified Files:
        SamplePage.java SamplePage.xml 
Log Message:
Added @tapestry.date-picker tag

Index: SamplePage.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample/SamplePage.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** SamplePage.java     9 Nov 2005 16:07:40 -0000       1.17
--- SamplePage.java     10 Nov 2005 09:15:44 -0000      1.18
***************
*** 50,53 ****
--- 50,56 ----
   * @tapestry.checkbox id="myCB" value="myValue"
   * @tapestry.checkbox id="myCB2" value="myValue2" disabled="myDisabled" 
validators="myValidators"
+  * 
+  * @tapestry.date-picker id="myDatePicker" value="myvalue" 
+  * @tapestry.date-picker id="myDatePicker2" value="myvalue" 
disabled="mydisabled" include-week="myincludeWeek" icon="myicon" 
display-name="mydisplayName" translator="mytranslator" validators="myvalidators"
   *
   * @tapestry.direct-link id="myLink3" listener="goLink3"

Index: SamplePage.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample/SamplePage.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** SamplePage.xml      9 Nov 2005 16:07:40 -0000       1.17
--- SamplePage.xml      10 Nov 2005 09:15:44 -0000      1.18
***************
*** 30,33 ****
--- 30,45 ----
      <binding name="validators" value="myValidators"/>
    </component>
+   <component type="DatePicker" id="myDatePicker">
+     <binding name="value" value="myvalue"/>
+   </component>
+   <component type="DatePicker" id="myDatePicker2">
+     <binding name="value" value="myvalue"/>
+     <binding name="disabled" value="mydisabled"/>
+     <binding name="includeWeek" value="myincludeWeek"/>
+     <binding name="icon" value="myicon"/>
+     <binding name="displayName" value="mydisplayName"/>
+     <binding name="translator" value="mytranslator"/>
+     <binding name="validators" value="myvalidators"/>
+   </component>
    <component type="DirectLink" id="myLink3">
      <binding name="listener" value="goLink3"/>
***************
*** 110,114 ****
    </component>
    <component type="LinkSubmit" id="myLinkSubmit"/>
-   
    <component type="LinkSubmit" id="myLinkSubmit2">
      <binding name="listener" value="mylistener"/>
--- 122,125 ----



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to