[Wicket-user] More Ajax woes with behaviors and component replacing..

2007-05-29 Thread RedFury
Hi all, My wicket app is coming along very nicely, however I have another ajax problem with switching components in an ajax call. here's a simple example: - I have a page consisting of Panel A. Panel A has a custom component which is a graphical scrollling list. It has custom behavior I wrote

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

2007-05-03 Thread RedFury
(?) Anyways, thats about all I can add for now. If someone would be so kind as to have a quick look at the attached project and offer some feedback, that would be awesome. Cheers, Dean RedFury wrote: Sorry for replying to my own post, but I found another problem which seems to be related or the same

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

2007-05-03 Thread RedFury
as expected. I remember seeing something like this in 1.5. What FF version do you use? -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

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

2007-05-02 Thread RedFury
together and hopefully some wicket guru can find out if its a bug or something I'm doing in my code which I shouldn't be. Cheers, Dean RedFury wrote: 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

[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 RedFury
. Thanks heaps for your time, you guys do a great job! I am loving wicket. Regards, Dean Matej Knopp-2 wrote: 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

[Wicket-user] Problem with concurren ajax requests on page

2007-04-29 Thread RedFury
Hi all, just want to say that I've relatively new to Wicket but am loving every minute of it! In just a few weeks of learning and programming I have been able to create a robust, javascripted, ajaxified app for our company. Great work to the devs! However, I have one problem which I'm a