Hi guys,
I'm on the way of finishing the xdoclet2-tapestry-plugin and, as told you a few weeks ago, I'd like to add tacos native support.
With this you'll be able to specify components with annotations in java files eg:

 /**
  * @tacos.ajax-form id="regionForm"
  *                           listener="listener:chooseRegion"
  *                           client-validation-enabled="ognl:true"
  *                           updateComponents="ognl:{'wizard'}"
  *                           processScripts="ognl:true"
  *                           delegate="bean:delegate"
  */

instead of:
    <component id="regionForm" type="tacos:AjaxForm" >

<binding name="listener" value="listener:chooseRegion" />
<binding name="clientValidationEnabled" value="ognl:true" />
<binding name="updateComponents" value="ognl:{'wizard'}" />
<binding name="processScripts" value="ognl:true" />
<binding name="delegate" value="bean:delegate" />
</component>

I'm just wondering if your components .jwc files can be considerated stable at this point or not.
Should I maybe wait a bit before adding your library?
I'd like to release a final version of this plugin along with the Tapestry4 final release, and think you want to do the same for tacos...

Let me know and keep the good work!

Paolo






Reply via email to