You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2014/10/13 16:28:34 UTC

[jira] [Commented] (TAP5-2386) UnknownActivationContextCheck breaks ActivationRequestParameter when used with PageActivationContext

    [ https://issues.apache.org/jira/browse/TAP5-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169338#comment-14169338 ] 

Jochen Kemnade commented on TAP5-2386:
--------------------------------------

Yes, I can reproduce the problem but I haven't found the cause yet.

> UnknownActivationContextCheck breaks ActivationRequestParameter when used with PageActivationContext
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-2386
>                 URL: https://issues.apache.org/jira/browse/TAP5-2386
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: quurks
>
> {code}
> @UnknownActivationContextCheck(false|true)
> public class TestPage {
>     @ActivationRequestParameter private String arp;
>     @PageActivationContext private String pac;
>     public String getMessage() {
>         return String.format("ActivationRequestParameter: %s, PageActivationContext: %s", arp, pac);
>     }
> }
> {code}
> ||Expected Result?||UnknownActivationContextCheck||URL||ActivationRequestParameter||PageActivationContext||
> |yes|false|/test/Alpha?arp=Beta|Beta|Alpha|
> |yes|true|/test?arp=Beta|Beta|null|
> |*no*|true|/test/Alpha?arp=Beta|{color:red}null{color}|Alpha|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)