Re: Wicket Example on GAE (Google App Engine) - Form post back

2010-09-15 Thread Clint Checketts
Ha ha. You make them sound like a sort of candy. Sorry to pull the newbie card. But any tips on how to create a patch? Unfortunately the page on the Wicket site is blank ( http://wicket.apache.org/contribute/patch.html) Maybe its written in Whitespace and I need a decoder ring. I'm guessing I

Re: Wicket Example on GAE (Google App Engine) - Form post back

2010-09-15 Thread Martijn Dashorst
svn diff patch.txt in the root folder usually gives something useful Martijn On Wed, Sep 15, 2010 at 3:53 PM, Clint Checketts checke...@gmail.com wrote: Ha ha. You make them sound like a sort of candy. Sorry to pull the newbie card. But any tips on how to create a patch? Unfortunately the

Re: Wicket Example on GAE (Google App Engine) - Form post back

2010-09-15 Thread Ernesto Reinaldo Barreiro
Or use your IDE to generate them:-) Ernesto On Wed, Sep 15, 2010 at 3:56 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: svn diff patch.txt in the root folder usually gives something useful Martijn On Wed, Sep 15, 2010 at 3:53 PM, Clint Checketts checke...@gmail.com wrote: Ha ha.

Re: Wicket Example on GAE (Google App Engine) - Form post back

2010-09-14 Thread Clint Checketts
Figures: it wasn't a form postback. Just needed to throw in a Model between the repeater and the List. Strange how it worked without the model locally, but broke once on GAE. Must be the clustering. Does it make sense for me to open up Jiras while improving the built-in wicket examples? Or is

Re: Wicket Example on GAE (Google App Engine) - Form post back

2010-09-14 Thread Jeremy Thomerson
On Tue, Sep 14, 2010 at 10:50 PM, Clint Checketts checke...@gmail.comwrote: Figures: it wasn't a form postback. Just needed to throw in a Model between the repeater and the List. Strange how it worked without the model locally, but broke once on GAE. Must be the clustering. Does it make