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-serv1228/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/framework

Added Files:
        Checkbox.jelly 
Log Message:
Added @tapestry.chechbox tag
Deprecated @tapestry.foreach tag

--- NEW FILE: Checkbox.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="checkbox" 
items="${class.getTagsByName('tapestry.checkbox')}">
        <component type="Checkbox" id="${checkbox.id}">
            <binding name="value" value="${checkbox.value_}"/>
            <j:if test="${checkbox.getNamedParameter('disabled') != null}">
            <binding name="disabled" value="${checkbox.disabled}"/>    
            </j:if> 
            <j:if test="${checkbox.getNamedParameter('validators') != null}">
            <binding name="validators" value="${checkbox.validators}"/>    
            </j:if> 
        </component>
    </j:forEach>
</j:jelly>



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

Reply via email to