there is no way to communicate between windows in the http spec, so what you
have to do is this:

when you create the popup, you have to add a parameter to the generated url
- and that should be the pagename of the page that is opening the popup.
wicket sets window.name=pagemapname, and if you know this you can reference
this window through the links target attr afaik.

the popup's links should have target set to the passed in pagemap name and
should be bookmarkable page links - passing in the criteria on the url
through PageParameters.

so what happens is that when you click on a link in the popup the page
behind reloads from a bookmarkable url and shows the results

-igor


On 1/12/07, Marc-Andre Houle <[EMAIL PROTECTED]> wrote:

Oh, and thanks in advance if there is an answer to that!
Marc

On 1/12/07, Marc-Andre Houle <[EMAIL PROTECTED] > wrote:
>
> It is difficult to explain but the functionality is simple.
> You got a field to search. and a link to make advanced search.  When
> making an advance search, we want to open a pop-up window to get more
> searching functionality.  When the search is done, we display a list of item
> corresponding to this search.  When clicking the object, we want to change
> the page that is behind without closing the pop up to be able to modify the
> search and continue seeing the list of node.
>
> Is there something available in the wicket framework to do something
> like that?  I mean, from the pop-p, modifying the page in the background?
>
> Marc
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to