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-serv1228/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample

Modified Files:
        SamplePage.java SamplePage.xml 
Log Message:
Added @tapestry.chechbox tag
Deprecated @tapestry.foreach 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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SamplePage.java     14 Oct 2005 15:49:10 -0000      1.8
--- SamplePage.java     18 Oct 2005 08:18:42 -0000      1.9
***************
*** 48,51 ****
--- 48,54 ----
   * ****** Framework components test *******
   *
+  * @tapestry.checkbox id="myCB" value="myValue"
+  * @tapestry.checkbox id="myCB2" value="myValue2" disabled="myDisabled" 
validators="myValidators"
+  *
   * @tapestry.direct-link id="myLink3" listener="goLink3"
   * @tapestry.direct-link id="myLink4" listener="goLink4" 
parameters="ognl:true" stateful="true" disabled="true" anchor="anch" 
target="_blank" renderer="myRenderer"
***************
*** 66,69 ****
--- 69,75 ----
   * @tapestry.page-link id="myLink2" page="MyPage" namespace="ns" 
disabled="true" anchor="anch" target="_blank" renderer="myRenderer"
   *
+  * @tapestry.property-selection id="myPS" value="myValue" model="myModel"
+  * @tapestry.property-selection id="myPS2" value="myValue2" model="myModel2" 
disabled="true" renderer="myRenderer" submit-on-change="mySOC" 
display-name="myDN" validators="myValidators"
+  *
   * @tapestry.text-field id="my1tf" value="myValue"
   * @tapestry.text-field id="my2tf" value="myValue2" disabled="true" 
display-name="my second text fieldòà" hidden="true" translator="myTranslator" 
validators="myValidators"

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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SamplePage.xml      14 Oct 2005 15:49:10 -0000      1.8
--- SamplePage.xml      18 Oct 2005 08:18:42 -0000      1.9
***************
*** 22,25 ****
--- 22,33 ----
    </component>
    <!-- framework components -->
+   <component type="Checkbox" id="myCB">
+     <binding name="value" value="myValue"/>
+   </component>
+   <component type="Checkbox" id="myCB2">
+     <binding name="value" value="myValue2"/>
+     <binding name="disabled" value="myDisabled"/>
+     <binding name="validators" value="myValidators"/>
+   </component>
    <component type="DirectLink" id="myLink3">
      <binding name="listener" value="goLink3"/>
***************
*** 85,88 ****
--- 93,109 ----
      <binding name="renderer" value="myRenderer"/>
    </component>
+   <component type="PropertySelection" id="myPS">
+     <binding name="value" value="myValue"/>
+     <binding name="model" value="myModel"/>
+   </component>
+   <component type="PropertySelection" id="myPS2">
+     <binding name="value" value="myValue2"/>
+     <binding name="model" value="myModel2"/>
+     <binding name="disabled" value="true"/>
+     <binding name="renderer" value="myRenderer"/>
+     <binding name="submitOnChange" value="mySOC"/>
+     <binding name="displayName" value="myDN"/>
+     <binding name="validators" value="myValidators"/>
+   </component>
    <component type="TextField" id="my1tf">
      <binding name="value" value="myValue"/>



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to