You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Mark Reynolds (JIRA)" <ta...@jakarta.apache.org> on 2006/11/25 07:44:01 UTC

[jira] Created: (TAPESTRY-1162) @EventListener doesn't get called inside a custom component

@EventListener doesn't get called inside a custom component
-----------------------------------------------------------

                 Key: TAPESTRY-1162
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1162
             Project: Tapestry
          Issue Type: Bug
          Components: Annotations
    Affects Versions: 4.1.1
         Environment: WIndows XP SP2
JDK 1.5.0 Update 9
Tapestry tapestry-framework-4.1.1-20061124.063552-48
            Reporter: Mark Reynolds


See attached project which demonstrates the issue. When I use @EventListener inside of a custom component to submit a form which is on the enclosing page, Tapestry does not find the annotated listener method but instead looks for it on the page class and fails.

-- 
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] Resolved: (TAPESTRY-1162) @EventListener doesn't get called inside a custom component

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

Jesse Kuhnert resolved TAPESTRY-1162.
-------------------------------------

    Fix Version/s: 4.1.1
       Resolution: Fixed

> @EventListener doesn't get called inside a custom component
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1162
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1162
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Annotations
>    Affects Versions: 4.1.1
>         Environment: WIndows XP SP2
> JDK 1.5.0 Update 9
> Tapestry tapestry-framework-4.1.1-20061124.063552-48
>            Reporter: Mark Reynolds
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>         Attachments: mintap_2.zip
>
>
> See attached project which demonstrates the issue. When I use @EventListener inside of a custom component to submit a form which is on the enclosing page, Tapestry does not find the annotated listener method but instead looks for it on the page class and fails.

-- 
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-1162) @EventListener doesn't get called inside a custom component

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

Jesse Kuhnert reassigned TAPESTRY-1162:
---------------------------------------

    Assignee: Jesse Kuhnert

> @EventListener doesn't get called inside a custom component
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1162
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1162
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Annotations
>    Affects Versions: 4.1.1
>         Environment: WIndows XP SP2
> JDK 1.5.0 Update 9
> Tapestry tapestry-framework-4.1.1-20061124.063552-48
>            Reporter: Mark Reynolds
>         Assigned To: Jesse Kuhnert
>         Attachments: mintap_2.zip
>
>
> See attached project which demonstrates the issue. When I use @EventListener inside of a custom component to submit a form which is on the enclosing page, Tapestry does not find the annotated listener method but instead looks for it on the page class and fails.

-- 
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-1162) @EventListener doesn't get called inside a custom component

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

Mark Reynolds updated TAPESTRY-1162:
------------------------------------

    Attachment: mintap_2.zip

Example app to reproduce the issue.

> @EventListener doesn't get called inside a custom component
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1162
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1162
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Annotations
>    Affects Versions: 4.1.1
>         Environment: WIndows XP SP2
> JDK 1.5.0 Update 9
> Tapestry tapestry-framework-4.1.1-20061124.063552-48
>            Reporter: Mark Reynolds
>         Attachments: mintap_2.zip
>
>
> See attached project which demonstrates the issue. When I use @EventListener inside of a custom component to submit a form which is on the enclosing page, Tapestry does not find the annotated listener method but instead looks for it on the page class and fails.

-- 
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-1162) @EventListener doesn't get called inside a custom component

Posted by "Mark Reynolds (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1162?page=comments#action_12453929 ] 
            
Mark Reynolds commented on TAPESTRY-1162:
-----------------------------------------

It works great, now. Thank you, Jesse.

> @EventListener doesn't get called inside a custom component
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1162
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1162
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Annotations
>    Affects Versions: 4.1.1
>         Environment: WIndows XP SP2
> JDK 1.5.0 Update 9
> Tapestry tapestry-framework-4.1.1-20061124.063552-48
>            Reporter: Mark Reynolds
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>         Attachments: mintap_2.zip
>
>
> See attached project which demonstrates the issue. When I use @EventListener inside of a custom component to submit a form which is on the enclosing page, Tapestry does not find the annotated listener method but instead looks for it on the page class and fails.

-- 
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-1162) @EventListener doesn't get called inside a custom component

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1162?page=comments#action_12453472 ] 
            
Jesse Kuhnert commented on TAPESTRY-1162:
-----------------------------------------

Sorry this is taking so long, your test app was a godsend in seeing the issue - as always.. I fixed it earlier today but become unhappy enough with the fragility of this part of the system that I decided to rewrite all of this logic. Still not happy with that either but it's getting closer.

> @EventListener doesn't get called inside a custom component
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1162
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1162
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Annotations
>    Affects Versions: 4.1.1
>         Environment: WIndows XP SP2
> JDK 1.5.0 Update 9
> Tapestry tapestry-framework-4.1.1-20061124.063552-48
>            Reporter: Mark Reynolds
>         Assigned To: Jesse Kuhnert
>         Attachments: mintap_2.zip
>
>
> See attached project which demonstrates the issue. When I use @EventListener inside of a custom component to submit a form which is on the enclosing page, Tapestry does not find the annotated listener method but instead looks for it on the page class and fails.

-- 
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