You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Patrick Moore (JIRA)" <ta...@jakarta.apache.org> on 2006/12/12 08:07:20 UTC

[jira] Created: (TAPESTRY-1183) @InjectParameterFlag annotation

@InjectParameterFlag annotation
-------------------------------

                 Key: TAPESTRY-1183
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1183
             Project: Tapestry
          Issue Type: Improvement
    Affects Versions: 4.1.1
            Reporter: Patrick Moore
            Priority: Minor


For the case where I have optional parameters I wanted to beable to easily check if the optional parameter has been bound. So since I wanted to check out annotation stuff I thought I would whip together this Annotation worker. It is similiar to @InjectStateFlag only for parameter bindings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1183) @InjectParameterFlag annotation

Posted by "Patrick Moore (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1183?page=all ]

Patrick Moore updated TAPESTRY-1183:
------------------------------------

    Attachment: ParameterFlag.zip

this code is free and clear, I wrote the code, I own the company,  the code is ASF's under whatever license they want to use. :-)

> @InjectParameterFlag annotation
> -------------------------------
>
>                 Key: TAPESTRY-1183
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1183
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.1
>            Reporter: Patrick Moore
>            Priority: Minor
>         Attachments: ParameterFlag.zip
>
>
> For the case where I have optional parameters I wanted to beable to easily check if the optional parameter has been bound. So since I wanted to check out annotation stuff I thought I would whip together this Annotation worker. It is similiar to @InjectStateFlag only for parameter bindings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-1183) @InjectParameterFlag annotation

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou reassigned TAPESTRY-1183:
-----------------------------------------

    Assignee: Andreas Andreou

> @InjectParameterFlag annotation
> -------------------------------
>
>                 Key: TAPESTRY-1183
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1183
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.1
>            Reporter: Patrick Moore
>         Assigned To: Andreas Andreou
>            Priority: Minor
>             Fix For: 4.1.2
>
>         Attachments: ParameterFlag.zip
>
>
> For the case where I have optional parameters I wanted to beable to easily check if the optional parameter has been bound. So since I wanted to check out annotation stuff I thought I would whip together this Annotation worker. It is similiar to @InjectStateFlag only for parameter bindings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1183) @InjectParameterFlag annotation

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1183?page=all ]

Jesse Kuhnert updated TAPESTRY-1183:
------------------------------------

    Fix Version/s: 4.1.2

> @InjectParameterFlag annotation
> -------------------------------
>
>                 Key: TAPESTRY-1183
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1183
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.1
>            Reporter: Patrick Moore
>            Priority: Minor
>             Fix For: 4.1.2
>
>         Attachments: ParameterFlag.zip
>
>
> For the case where I have optional parameters I wanted to beable to easily check if the optional parameter has been bound. So since I wanted to check out annotation stuff I thought I would whip together this Annotation worker. It is similiar to @InjectStateFlag only for parameter bindings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1183) @InjectParameterFlag annotation

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498395 ] 

Andreas Andreou commented on TAPESTRY-1183:
-------------------------------------------

Objections to moving this to tacos-annotations ?
https://svn.sourceforge.net/svnroot/tacos/tacos-4.1/trunk/tacos-annotations/ 

We can always move it then back in tapestry if it turns out to be popular!

> @InjectParameterFlag annotation
> -------------------------------
>
>                 Key: TAPESTRY-1183
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1183
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.1
>            Reporter: Patrick Moore
>         Assigned To: Andreas Andreou
>            Priority: Minor
>             Fix For: 4.1.2
>
>         Attachments: ParameterFlag.zip
>
>
> For the case where I have optional parameters I wanted to beable to easily check if the optional parameter has been bound. So since I wanted to check out annotation stuff I thought I would whip together this Annotation worker. It is similiar to @InjectStateFlag only for parameter bindings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1183) @InjectParameterFlag annotation

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou resolved TAPESTRY-1183.
---------------------------------------

    Resolution: Won't Fix

moved to tacos-annotations

> @InjectParameterFlag annotation
> -------------------------------
>
>                 Key: TAPESTRY-1183
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1183
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.1
>            Reporter: Patrick Moore
>         Assigned To: Andreas Andreou
>            Priority: Minor
>             Fix For: 4.1.2
>
>         Attachments: ParameterFlag.zip
>
>
> For the case where I have optional parameters I wanted to beable to easily check if the optional parameter has been bound. So since I wanted to check out annotation stuff I thought I would whip together this Annotation worker. It is similiar to @InjectStateFlag only for parameter bindings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org