Re: [Wicket-user] Ajax Request problem with new window tabs (Wicket 1.3 snapshot)

2007-05-03 Thread RedFury
Ok I have spent a fair amount of time putting together a wicket example of my two problems. It is a netbeans project but pretty bare-bones so it should be pretty easy to get working in other IDE's. I have attached it here so if any of the wicket-gurus out there would take a quick look I would

Re: [Wicket-user] Ajax Request problem with new window tabs (Wicket 1.3 snapshot)

2007-05-03 Thread Matej Knopp
Okay, I'll look into it as soon as i get some time. -Matej On 5/3/07, RedFury [EMAIL PROTECTED] wrote: Ok I have spent a fair amount of time putting together a wicket example of my two problems. It is a netbeans project but pretty bare-bones so it should be pretty easy to get working in

Re: [Wicket-user] Ajax Request problem with new window tabs (Wicket 1.3 snapshot)

2007-05-03 Thread Matej Knopp
Hi About the first problem, it should be fixed since yesterday. Could you please update your wicket to see if it really is? I can't reproduce the second one. I tested it with Firefox 2.0 on OSX and everything works as expected. I remember seeing something like this in 1.5. What FF version do you

Re: [Wicket-user] Ajax Request problem with new window tabs (Wicket 1.3 snapshot)

2007-05-03 Thread RedFury
Hi, Just checked out the latest code from 1.3 trunk, rebuilt my 1.3 and used it in my project. Problem is still happening for me. Can you verify that the latest source works for you when you run my attached test app and follow my instructions? If it does then something is up because it

Re: [Wicket-user] Ajax Request problem with new window tabs (Wicket 1.3 snapshot)

2007-05-02 Thread RedFury
Sorry for replying to my own post, but I found another problem which seems to be related or the same thing. I'm not sure if its wicket 1.3 or my code but I'm going to try to write a simple app to demonstrate the problem then submit it here. Anyways, if I open my browser (firefox latest, fully

[Wicket-user] Ajax Request problem with new window tabs (Wicket 1.3 snapshot)

2007-05-01 Thread RedFury
Hi fellow wicket-ers. I am attempting to write a small wicket app which can use multiple windows. The app updates a simple component using an ajax timer. I am doing a simple pagemap mapping in my code so I am certain that each window is using a different pagemap. With just one page it is

Re: [Wicket-user] Ajax Request problem with new window tabs (Wicket 1.3 snapshot)

2007-05-01 Thread Matej Knopp
Hi, This was recently fixed. Can you please try getting wicket from svn to see if it help your problem? -Matej On 5/1/07, RedFury [EMAIL PROTECTED] wrote: Hi fellow wicket-ers. I am attempting to write a small wicket app which can use multiple windows. The app updates a simple component

Re: [Wicket-user] Ajax Request problem with new window tabs (Wicket 1.3 snapshot)

2007-05-01 Thread RedFury
Hi Matej, I got the latest SVN trunk and it did indeed fix the 'session expired' problem. However, another problem with opening a new tab still persists and I think it may have to do with page cloning combined with dynamic ajax page updates. I will try to explain as best I can but I'm not