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-serv24385/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/framework
Added Files:
Form.jelly
Log Message:
Added tag for the "Form" component
--- NEW FILE: Form.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="form" items="${class.getTagsByName('tapestry.form')}">
<component type="Form" id="${form.id}">
<j:if test="${form.getNamedParameter('method') != null}">
<binding name="method" value="${form.method}"/>
</j:if>
<j:if test="${form.getNamedParameter('success') != null}">
<binding name="success" value="${form.success}"/>
</j:if>
<j:if test="${form.getNamedParameter('cancel') != null}">
<binding name="cancel" value="${form.cancel}"/>
</j:if>
<j:if test="${form.getNamedParameter('refresh') != null}">
<binding name="refresh" value="${form.refresh}"/>
</j:if>
<j:if test="${form.getNamedParameter('listener') != null}">
<binding name="listener" value="${form.listener}"/>
</j:if>
<j:if test="${form.getNamedParameter('stateful') != null}">
<binding name="stateful" value="${form.stateful}"/>
</j:if>
<j:if test="${form.getNamedParameter('direct') != null}">
<binding name="direct" value="${form.direct}"/>
</j:if>
<j:if test="${form.getNamedParameter('delegate') != null}">
<binding name="delegate" value="${form.delegate}"/>
</j:if>
<j:if test="${form.getNamedParameter('client-validation-enabled')
!= null}">
<binding name="clientValidationEnabled"
value="${form.clientValidationEnabled}"/>
</j:if>
<j:if test="${form.getNamedParameter('focus') != null}">
<binding name="focus" value="${form.focus}"/>
</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