You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Luca Arzeni (JIRA)" <ji...@apache.org> on 2017/12/22 20:19:00 UTC

[jira] [Updated] (TAP5-2594) Tapestry doesn't clear page values, even if they are not persistent?

     [ https://issues.apache.org/jira/browse/TAP5-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Arzeni updated TAP5-2594:
------------------------------
     Attachment: Start.java
                 Start.tml
    Description: 
If I add a list to a page, even if the list is not persistent, its values are persisted on the page, and are shown even to different users and session (they are in the global)

Steps to reproduce:
biuld an app with the start page and start tml attached.

1) invoke the start page with no parameter on the activation context (eg, simply calling "start")
the page will show "empty"

2) invoke the start page with some parameter (eg,  calling "start/a/b")
the page will show "filled"

3) from now on, the page will no more show "empty", even if invoked with no parameters

Regards,
larzeni

  was:
If I add a list to a page, even if the list is not persistent, its values are persisted on the page, and are shown even to different users and session (they are in the global)



> Tapestry doesn't clear page values, even if they are not persistent?
> --------------------------------------------------------------------
>
>                 Key: TAP5-2594
>                 URL: https://issues.apache.org/jira/browse/TAP5-2594
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4.1
>            Reporter: Luca Arzeni
>            Priority: Minor
>         Attachments: Start.java, Start.tml
>
>
> If I add a list to a page, even if the list is not persistent, its values are persisted on the page, and are shown even to different users and session (they are in the global)
> Steps to reproduce:
> biuld an app with the start page and start tml attached.
> 1) invoke the start page with no parameter on the activation context (eg, simply calling "start")
> the page will show "empty"
> 2) invoke the start page with some parameter (eg,  calling "start/a/b")
> the page will show "filled"
> 3) from now on, the page will no more show "empty", even if invoked with no parameters
> Regards,
> larzeni



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)