You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Nick Westgate (JIRA)" <de...@tapestry.apache.org> on 2007/09/01 03:23:18 UTC

[jira] Commented: (TAPESTRY-1695) Handling of multiple onActivate methods could be improved.

    [ https://issues.apache.org/jira/browse/TAPESTRY-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524245 ] 

Nick Westgate commented on TAPESTRY-1695:
-----------------------------------------

Last comment just to note that the "bug" behaviour was only seen once by me, and I couldn't reproduce it again.

A member of the users list saw the same thing, however, hence my retesting of it.

Cheers,
Nick.

> Handling of multiple onActivate methods could be improved.
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1695
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1695
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Nick Westgate
>
> The summary is vague because the docs don't yet cover this situation.
> It seems reasonable to have need for something like:
>     Object onActivate() { ... }
>     void onActivate(int itemId) { ... }
> The current event handling calls both these activate methods (the 0 parameters method first, then others).
> I see only two ways of dealing with this:
> (1) Factor out common code and use a flag to avoid executing that code twice
> (2) Replace the two activate methods with:
>     Object onActivate(Object[] parameters) { ... }
> Both options impose some fiddly responsibilities onto the developer.
> Perhaps a resolution is already planned but here are some ideas:
> - call only one event handler
> - allow event handlers to short-circuit (return boolean/Boolean?)
> - swallow coercion exceptions so other event handlers can be tried
> Cheers,
> Nick.

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