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

Modified Files:
        SamplePage.java SamplePage.xml 
Log Message:
Added support for tacos components
Added @tacos.tree 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.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** SamplePage.java     20 Oct 2005 08:27:29 -0000      1.11
--- SamplePage.java     24 Oct 2005 12:23:29 -0000      1.12
***************
*** 84,87 ****
--- 84,92 ----
   * @tapestry.text-field id="my2tf" value="myValue2" disabled="true" 
display-name="my second text fieldòà" hidden="true" translator="myTranslator" 
validators="myValidators"
   *
+  * ************* Tacos components test ****************
+  * 
+  * @tacos.tree id="tree" content-provider="myContentProvider" value="myValue"
+  * @tacos.tree id="tree2" content-provider="myContentProvider" 
value="myValue" key-provider="myKeyProvider" state="myState" sorter="mySorter" 
offset="myOffset" row-style="myRowStyle" 
partial-block-class="myPartialBlockClass" link-listener="myLinkListener"
+  *
   * @author p.dona
   */

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.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** SamplePage.xml      20 Oct 2005 08:27:29 -0000      1.11
--- SamplePage.xml      24 Oct 2005 12:23:29 -0000      1.12
***************
*** 152,155 ****
--- 152,172 ----
    </component>
    <!-- fine framework components -->
+   <!-- tacos components -->
+   <component type="tacos:Tree" id="tree">
+     <binding name="contentProvider" value="myContentProvider"/>
+     <binding name="value" value="myValue"/>
+   </component>
+   <component type="tacos:Tree" id="tree2">
+     <binding name="contentProvider" value="myContentProvider"/>
+     <binding name="value" value="myValue"/>
+     <binding name="keyProvider" value="myKeyProvider"/>
+     <binding name="state" value="myState"/>
+     <binding name="sorter" value="mySorter"/>
+     <binding name="offset" value="myOffset"/>
+     <binding name="rowStyle" value="myRowStyle"/>
+     <binding name="partialBlockClass" value="myPartialBlockClass"/>
+     <binding name="linkListener" value="myLinkListener"/>
+   </component>
+   <!-- fine tacos components -->
    <asset name="image1" path="context:/images/image1"/>
    <asset name="image2" property="image2" path="context:/images/image2"/>



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to