Hi, I have some troubles with Wicket 1.2.6. I have two pages, pageA has Image(s), pageB has Flash that talks back to wicket. Here is a trace of HTTP requests:
pageA - HTML is sent to client page.image(s) - images are send to client pageB - HTML is sent to client pageB.flash - flash starts it's background requests pageA - now I switch back to pageA via pageB.Link pageB.flash - flash on pageB still lives and sends request to wicket, this is the source of trouble pageA.images - images on pageA doesn't exist, because "session expired" The trouble is that Flash still "lives" even when new page is loaded into client. The request from flash seems to confuse wicket. How can I fix this problem? Thanks, Jan -- Jan Bares http://jan.vegetband.cz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
