Do you by any chance have an img tag in your html without a src
element or one where src="".
I learned the hardway that this triggers the browser to send a second
request to wicket for the same page.

Maurice

On Fri, Feb 22, 2008 at 2:07 PM, legol <[EMAIL PROTECTED]> wrote:
>
>  Hi all!!!
>
>  I have application with 2 pages. First page lists users names and each
>  element of list is link to second page that shows user details. I want to
>  have this second page shown in other tab or window. Everything works fine
>  when I click one user link, detail page is loaded and i can operate on it.
>  But when i click on i.e. 5 links in very short time and 5 tabs are opened i
>  get 'page expired' on each of them. Thanks to logs I discovered that when i
>  open page in other tab or window it renders twice. Maybe this is the
>  problem. Do you have any idea how to solve it?
>
>  pzdr,
>  Legol
>  --
>  View this message in context: 
> http://www.nabble.com/Problem-with-multiwindow-app-tp15632896p15632896.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to