You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Patrick Moore <tr...@gmail.com> on 2006/12/12 08:19:21 UTC

another annotation for you to consider....

Hi there -

playing around with the AnnotationWorker stuff... So I came up with
@InjectParameterFlag. This injects whether or not a parameter bound into a
component's property. Considering that isParameterBound(String) is called by
a number of tapestry components other people might find this useful as well.


the JIRA issue:

https://issues.apache.org/jira/browse/TAPESTRY-1183

-Pat