Hi!
Eelco Hillenius wrote: > >> When I redirect using setResponsePage to a page that gets >> the WebClientInfo via getRequestCycle().getClientInfo() I got page that >> contains only: >> >> <?xml version="1.0" >> encoding="UTF-8"?><ajax-response></ajax-response> > > That doesn't make sense to me. Do you use the > 'gatherExtendedBrowserInfo' setting (so that it is true)? Or do you > get this even without that setting? > Thanks for your replay. Yes. I .setGatherExtendedBrowserInfo to true in the app. When I access the page directly with url address it displays ok. But when I click on the link that use setResponsePage I only gets this ajax message. When I click on this link for the second time the page is displayed correctly. I will try to make a quickstart for it. Artur -- View this message in context: http://www.nabble.com/problem-with-setResponsePage-to-page-that-use-WebClientInfo-tf4937773.html#a14137206 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
