Re: Real World Ajax Examples/Tutorials/Help

2007-11-09 Thread Curtis Cooley
Gwyn Evans wrote: CC The only difference between my java file and the WorldClock CC example is that it extends BasePage and I extend Panel. I'm also CC updating a label that is in a ListView. I'm trying to build a CC table of data that updates dynamically. That might be significant. Could

Re: Real World Ajax Examples/Tutorials/Help

2007-11-09 Thread JulianS
://javathoughts.capesugarbird.com/ My blog about Wicket and other Java stuff -- View this message in context: http://www.nabble.com/Real-World-Ajax-Examples-Tutorials-Help-tf4768053.html#a13672148 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Real World Ajax Examples/Tutorials/Help

2007-11-09 Thread Curtis Cooley
JulianS wrote: Curtis Cooley-2 wrote: Also, it seems that when I attempt to enable ajax, whenever I click on another tab, I get the page expired link. What's up with that? I am also seeing the page expired problem frequently with 1.3.0-beta4. We are just in the process of

Re: Real World Ajax Examples/Tutorials/Help

2007-11-09 Thread Gwyn Evans
For the best chance of someone looking into it, reproduce it in a quickstart and raise it as a Jira issue. /Gwyn On 09/11/2007, Curtis Cooley [EMAIL PROTECTED] wrote: JulianS wrote: Curtis Cooley-2 wrote: Also, it seems that when I attempt to enable ajax, whenever I click on another

Real World Ajax Examples/Tutorials/Help

2007-11-07 Thread Curtis Cooley
Where can I get more info on using ajax with wicket? The examples I've found so far do not include round trips. Sure, writing a clock label is cool and all, but I have real time data on a page that I don't want to have to reload the whole page for all the time. Also, I'm using a TabbedPanel with

Re: Real World Ajax Examples/Tutorials/Help

2007-11-07 Thread Curtis Cooley
Gwyn Evans wrote: Hi Curtis, On 07 November 2007, 11:20:00 PM, Curtis Cooley wrote: CC Where can I get more info on using ajax with wicket? The examples I've CC found so far do not include round trips. Sure, writing a clock label is CC cool and all, but I have real time data on a page that I

Re: Real World Ajax Examples/Tutorials/Help

2007-11-07 Thread Gwyn Evans
Hi Curtis, On 07 November 2007, 11:20:00 PM, Curtis Cooley wrote: CC Where can I get more info on using ajax with wicket? The examples I've CC found so far do not include round trips. Sure, writing a clock label is CC cool and all, but I have real time data on a page that I don't want to CC have

Re: Real World Ajax Examples/Tutorials/Help

2007-11-07 Thread Gwyn Evans
CC The only difference between my java file and the WorldClock CC example is that it extends BasePage and I extend Panel. I'm also CC updating a label that is in a ListView. I'm trying to build a CC table of data that updates dynamically. That might be significant. Could it be a case for