Hi all, I have strengthened TapestryTools' components support in content assist of TML editor.
In this case: <a t:type=""></a> All Tapestry components will be suggested after t:type=" And we support @Component annotation now, for example, there is such a component in Java page class: @Component( parameters = {"value=context.propertyValue", "label=prop:context.label", "clientId=prop:context.propertyid", "validate=prop:calendarFieldValidator"}) private DateField calendarField; This component may be used in the template like this. <input t:id="calendarField"/> It means calendarField will be suggested after user input <input t:id=". Fix 2 issues: [1] http://code.google.com/p/tapestrytools/issues/detail?id=28&can=1 [2] http://code.google.com/p/tapestrytools/issues/detail?id=30&can=1 Update center is synchronized already, find details here : http://code.google.com/p/tapestrytools/wiki/Install_Guide_Lightweight_TapestryTools Hope you guys enjoy it. Yours Gavin Lei --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org