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-serv1611/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample
Modified Files:
SamplePage.java SamplePage.xml
Log Message:
Added @tapestry.for 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.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** SamplePage.java 18 Oct 2005 08:18:42 -0000 1.9
--- SamplePage.java 19 Oct 2005 08:08:40 -0000 1.10
***************
*** 54,57 ****
--- 54,60 ----
* @tapestry.direct-link id="myLink4" listener="goLink4"
parameters="ognl:true" stateful="true" disabled="true" anchor="anch"
target="_blank" renderer="myRenderer"
*
+ * @tapestry.for id="f1" source="mySource"
+ * @tapestry.for id="f2" source="mySource" value="myValue" index="myIndex"
element="myElement" key-expression="myKeyExpression" full-source="myFullSource"
default-value="myDefaultValue" converter="myConverter"
primary-keys="myPrimaryKeys" match="myMatch" volatile="myVolatile"
+ *
* @tapestry.foreach id="for1" source="mySource"
* @tapestry.foreach id="for2" source="mySource" value="myValue"
index="myIndex" element="myElement"
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.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** SamplePage.xml 18 Oct 2005 08:18:42 -0000 1.9
--- SamplePage.xml 19 Oct 2005 08:08:40 -0000 1.10
***************
*** 42,45 ****
--- 42,61 ----
<binding name="renderer" value="myRenderer"/>
</component>
+ <component type="For" id="f1">
+ <binding name="source" value="mySource"/>
+ </component>
+ <component type="For" id="f2">
+ <binding name="source" value="mySource"/>
+ <binding name="value" value="myValue"/>
+ <binding name="index" value="myIndex"/>
+ <binding name="element" value="myElement"/>
+ <binding name="keyExpression" value="myKeyExpression"/>
+ <binding name="fullSource" value="myFullSource"/>
+ <binding name="defaultValue" value="myDefaultValue"/>
+ <binding name="converter" value="myConverter"/>
+ <binding name="primaryKeys" value="myPrimaryKeys"/>
+ <binding name="match" value="myMatch"/>
+ <binding name="volatile" value="myVolatile"/>
+ </component>
<component type="Foreach" id="for1">
<binding name="source" value="mySource"/>
-------------------------------------------------------
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