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-serv24385/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample
Modified Files:
SamplePage.java SamplePage.xml
Log Message:
Added tag for the "Form" 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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** SamplePage.java 12 Oct 2005 15:29:23 -0000 1.6
--- SamplePage.java 14 Oct 2005 10:03:57 -0000 1.7
***************
*** 54,57 ****
--- 54,60 ----
* @tapestry.foreach id="for2" source="mySource" value="myValue"
index="myIndex" element="myElement"
*
+ * @tapestry.form id="myForm"
+ * @tapestry.form id="myForm2" method="myMethod" success="mySuccess"
cancel="myCancel" refresh="myRefresh" listener="myListener"
stateful="myStateful" direct="myDirect" delegate="myDelegate"
client-validation-enabled="myValidation" focus="myFocus"
+ *
* @tapestry.if id="myIf" condition="myCondition"
* @tapestry.if id="my2ndIf" condition="my2ndCondition"
condition-value="myConditionValue" listener="listener:myListener" element="th"
volatile="literal:false"
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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** SamplePage.xml 12 Oct 2005 15:29:23 -0000 1.6
--- SamplePage.xml 14 Oct 2005 10:03:57 -0000 1.7
***************
*** 43,46 ****
--- 43,59 ----
<binding name="element" value="myElement"/>
</component>
+ <component type="Form" id="myForm"/>
+ <component type="Form" id="myForm2">
+ <binding name="method" value="myMethod"/>
+ <binding name="success" value="mySuccess"/>
+ <binding name="cancel" value="myCancel"/>
+ <binding name="refresh" value="myRefresh"/>
+ <binding name="listener" value="myListener"/>
+ <binding name="stateful" value="myStateful"/>
+ <binding name="direct" value="myDirect"/>
+ <binding name="delegate" value="myDelegate"/>
+ <binding name="clientValidationEnabled" value="myValidation"/>
+ <binding name="focus" value="myFocus"/>
+ </component>
<component type="If" id="myIf">
<binding name="condition" value="myCondition"/>
-------------------------------------------------------
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