You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pedro Santos (JIRA)" <ji...@apache.org> on 2010/11/29 20:43:13 UTC

[jira] Updated: (WICKET-3109) Using PopupSettings creates page maps early

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

Pedro Santos updated WICKET-3109:
---------------------------------

    Attachment: WICKET-3109.patch

Patch deprecating the PopupSettings#getPageMap and using getPageMapName instead.

> Using PopupSettings creates page maps early
> -------------------------------------------
>
>                 Key: WICKET-3109
>                 URL: https://issues.apache.org/jira/browse/WICKET-3109
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.12
>            Reporter: Jeremy Thomerson
>            Assignee: Jeremy Thomerson
>            Priority: Minor
>         Attachments: WICKET-3109.patch
>
>
> See WICKET-3108 for a description of the background (and a quickstart to demonstrate)
> The issue here is that whenever you create a link and add PopupSettings to it, it creates a page map.  The page map shouldn't be created until someone actually clicks the link, though.  The page map name will need to go in the URL, but the page map can be lazy-created.

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