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

Johan Compagner updated WICKET-206:
-----------------------------------

    Fix Version/s:     (was: 1.4-M1)
                   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-M1
>
>
> 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.

Reply via email to