Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/tacos
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28263/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/tacos

Modified Files:
        Tree.jelly 
Log Message:
Added support for informal parameters

Index: Tree.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/tacos/Tree.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Tree.jelly  24 Oct 2005 12:23:30 -0000      1.1
--- Tree.jelly  2 Nov 2005 17:51:16 -0000       1.2
***************
*** 26,29 ****
--- 26,35 ----
              <binding name="linkListener" value="${tree.linkListener}"/>    
              </j:if>
+             <!-- check for informal parameters -->
+             <j:forEach var="binding" 
items="${class.getTagsByName('tapestry.binding')}">
+             <j:if test="${tree.id==binding.componentId}">
+             <binding name="${binding.name_}" value="${binding.value_}"/>
+             </j:if>
+             </j:forEach>
          </component>
      </j:forEach>



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