You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/08/07 21:04:41 UTC

[jira] Updated: (WICKET-206) Default page map is null, should be set to something more usable

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

Igor Vaynberg updated WICKET-206:
---------------------------------

    Fix Version/s: 1.5-M2
                       (was: 1.5-M1)

> Default page map is null, should be set to something more usable
> ----------------------------------------------------------------
>
>                 Key: WICKET-206
>                 URL: https://issues.apache.org/jira/browse/WICKET-206
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.2.4
>         Environment: JBoss, windows 2k
>            Reporter: Marc-Andre Houle
>            Assignee: Johan Compagner
>            Priority: Minor
>             Fix For: 1.5-M2
>
>
> Related to thread : http://www.nabble.com/From-pop-up%2C-page-link-to-change-the-parent-wihtout-changing-the-popup-tf2966574.html
> Problem is to open a pop-up and change page in the calling page.  To do that, we used BookmarkablePageLink.  This one need to set a PageMap and set the attribute target to the page map of the calling page.
> When in the calling page, you can get the pageMap name by doing a : getPage().getPageMap().getName().
> the problem is that the default page map have a name set to null by default.  this can be resolved (I Think, but not sure) by changing the DEFAULT_NAME in PageMap to something else than null.  The other possibility is to add a method in webpage called getwindowname() that would return the window name, which is the default name for the default pageMap.

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