Re: using a different pagemap

2011-06-28 Thread Alex Shubert
I have a question then. What pagemap actually for? In javadoc there
are only #FIXME javadoc.
Is there some documentation on this? Also it is mentioned in multi
window support but still no clues what impact does it have on modal
windows on multiwindows at all..
Someone?
Thank you.

-- 
Best regards
Alex

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



using a different pagemap

2011-06-27 Thread Douglas Ferguson
We are using ResourceStreamRequestTarget for streaming an export. Is there a
way to have this request use a different page map, sorta like the way that
when you open a new tab it uses a different page map?

Douglas


Re: using a different pagemap

2011-06-27 Thread Martin Grigorov
I guess to not lock the access to that page from Ajax requests.

Douglas: you can use shared resource to do the streaming,

On Mon, Jun 27, 2011 at 9:20 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote:
 pagemaps are for managing page expirations. why would you want to
 stream something in a different pagemap?

 -igor

 On Mon, Jun 27, 2011 at 11:15 AM, Douglas Ferguson
 doug...@buzzstream.com wrote:
 We are using ResourceStreamRequestTarget for streaming an export. Is there a
 way to have this request use a different page map, sorta like the way that
 when you open a new tab it uses a different page map?

 Douglas


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org