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-serv14376/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/framework
Added Files:
InsertText.jelly
Log Message:
Added @tapestry.insert-text tag
--- NEW FILE: InsertText.jelly ---
<?xml version="1.0" encoding="UTF-8"?>
<j:jelly xmlns:j="jelly:core" xmlns:jxml="jelly:xml" xmlns:d="jelly:define">
<j:forEach var="theInsertText"
items="${class.getTagsByName('tapestry.insert-text')}">
<component type="InsertText" id="${theInsertText.id}">
<binding name="value" value="${theInsertText.value_}"/>
<j:if test="${theInsertText.getNamedParameter('mode') != null}">
<binding name="mode" value="${theInsertText.mode}"/>
</j:if>
<j:if test="${theInsertText.getNamedParameter('raw') != null}">
<binding name="raw" value="${theInsertText.raw}"/>
</j:if>
</component>
</j:forEach>
</j:jelly>
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits