Update of
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/framework
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28263/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/framework
Modified Files:
DirectLink.jelly
Log Message:
Added support for informal parameters
Index: DirectLink.jelly
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/framework/DirectLink.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DirectLink.jelly 12 Oct 2005 07:14:12 -0000 1.2
--- DirectLink.jelly 2 Nov 2005 17:51:16 -0000 1.3
***************
*** 22,26 ****
<j:if test="${directLink.getNamedParameter('renderer') != null}">
<binding name="renderer" value="${directLink.renderer}"/>
! </j:if>
</component>
</j:forEach>
--- 22,32 ----
<j:if test="${directLink.getNamedParameter('renderer') != null}">
<binding name="renderer" value="${directLink.renderer}"/>
! </j:if>
! <!-- check for informal parameters -->
! <j:forEach var="binding"
items="${class.getTagsByName('tapestry.binding')}">
! <j:if test="${directLink.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