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

Modified Files:
        SamplePage.java SamplePage.xml 
Log Message:
Added @tapestry.link-submit 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.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** SamplePage.java     8 Nov 2005 11:03:30 -0000       1.16
--- SamplePage.java     9 Nov 2005 16:07:40 -0000       1.17
***************
*** 74,77 ****
--- 74,80 ----
   * @tapestry.insert id="myInsert2" value="ognl:pippo" format="myFormat" 
raw="true" class="CSS_CLASS"
   *
+  * @tapestry.link-submit id="myLinkSubmit" 
+  * @tapestry.link-submit id="myLinkSubmit2" listener="mylistener" 
action="myaction" parameters="myparameters" disabled="mydisabled" 
selected="myselected" tag="mytag"
+  *
   * @tapestry.page-link id="myLink" page="MyPage"
   * @tapestry.page-link id="myLink2" page="MyPage" namespace="ns" 
disabled="true" anchor="anch" target="_blank" renderer="myRenderer"

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.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** SamplePage.xml      8 Nov 2005 11:03:30 -0000       1.16
--- SamplePage.xml      9 Nov 2005 16:07:40 -0000       1.17
***************
*** 109,112 ****
--- 109,123 ----
      <binding name="class" value="CSS_CLASS"/>
    </component>
+   <component type="LinkSubmit" id="myLinkSubmit"/>
+   
+   <component type="LinkSubmit" id="myLinkSubmit2">
+     <binding name="listener" value="mylistener"/>
+     <binding name="action" value="myaction"/>
+     <binding name="parameters" value="myparameters"/>
+     <binding name="disabled" value="mydisabled"/>
+     <binding name="selected" value="myselected"/>
+     <binding name="tag" value="mytag"/>
+   </component>
+   
    <component type="PageLink" id="myLink">
      <binding name="page" value="MyPage"/>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to