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

Added Files:
        PropertySelection.jelly 
Log Message:
Added PropertySelection tag
Fixed Iso-8859-1 content type mess

--- NEW FILE: PropertySelection.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="propSel" 
items="${class.getTagsByName('tapestry.property-selection')}">
        <component type="PropertySelection" id="${propSel.id}">
            <binding name="value" value="${propSel.value_}"/>
            <binding name="model" value="${propSel.model}"/>
            <j:if test="${propSel.getNamedParameter('disabled') != null}">
            <binding name="disabled" value="${propSel.disabled}"/>    
            </j:if> 
            <j:if test="${propSel.getNamedParameter('renderer') != null}">
            <binding name="renderer" value="${propSel.renderer}"/>    
            </j:if> 
            <j:if test="${propSel.getNamedParameter('submit-on-change') != 
null}">
            <binding name="submitOnChange" value="${propSel.submitOnChange}"/>  
  
            </j:if>
            <j:if test="${propSel.getNamedParameter('display-name') != null}">
            <binding name="displayName" value="${propSel.displayName}"/>    
            </j:if> 
            <j:if test="${propSel.getNamedParameter('validators') != null}">
            <binding name="validators" value="${propSel.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