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

Modified Files:
        SamplePage.java SamplePage.xml 
Log Message:
Added support for framework and Framework components
Added "If" framework component

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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SamplePage.java     7 Sep 2005 15:02:22 -0000       1.2
--- SamplePage.java     11 Oct 2005 17:28:30 -0000      1.3
***************
*** 46,49 ****
--- 46,59 ----
   * @tapestry.asset name="image2" path="context:/images/image2" 
property="image2"
   *
+  * Framework components test
+  *
+  * @tapestry.if id="myIf" condition="myCondition" 
+  * @tapestry.if id="my2ndIf" 
+  *              condition="my2ndCondition" 
+  *              condition-value="myConditionValue"
+  *              listener="listener:myListener"
+  *              element="th"
+  *              volatile="literal:false"
+  *
   * @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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SamplePage.xml      7 Sep 2005 15:02:22 -0000       1.2
--- SamplePage.xml      11 Oct 2005 17:28:30 -0000      1.3
***************
*** 21,24 ****
--- 21,34 ----
      <binding name="renderer" value="beans.bean2"/>
    </component>
+   <component type="If" id="myIf">
+     <binding name="condition" value="myCondition"/>
+   </component>
+   <component type="If" id="my2ndIf">
+     <binding name="condition" value="my2ndCondition"/>
+     <binding name="conditionValue" value="myConditionValue"/>
+     <binding name="listener" value="listener:myListener"/>
+     <binding name="element" value="th"/>
+     <binding name="volatile" value="literal:false"/>
+   </component>
    <asset name="image1" path="context:/images/image1"/>
    <asset name="image2" property="image2" path="context:/images/image2"/>



-------------------------------------------------------
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