Re: Wicket widget for deployment to third party site

2012-12-12 Thread Mike Comb
nd we can try > to finish it together. You can put it in GitHUb/BitBucket/... or send the > archive directly to me. > > > On Wed, Dec 12, 2012 at 6:51 AM, Mike Comb wrote: > >> Hi, I have a need to create some javascript based widgets that will be >> deployed to a va

Wicket widget for deployment to third party site

2012-12-11 Thread Mike Comb
Hi, I have a need to create some javascript based widgets that will be deployed to a variety of websites that are out of my control. I was planning on using one of the existing javascript UI frameworks with json for callbacks to my servers (which are running Wicket for normal consumer facing st

Re: wicket:link behavior changed in 1.4r2

2009-04-13 Thread Mike Comb
Does anyone have any hints on this other than digging into the source? I found a couple of references to the same sort of request in the email archives but no answers. On Apr 9, 2009, at 5:42 PM, Mike Comb wrote: Hi, I'm trying to upgrade several sites from 1.4m3 to 1.4r2 and have

wicket:link behavior changed in 1.4r2

2009-04-09 Thread Mike Comb
Hi, I'm trying to upgrade several sites from 1.4m3 to 1.4r2 and have hit an issue with the AutoLinkResolver. We have lots of html with linked images that look like this: This used to work fine, but with the last couple of releases (r1 and r2) clicking on the image directs the user to a

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-03 Thread Mike Comb
Yes... Not by much, but it is... However the advantages gained in terms of readability and type safety are enormous. - Brill Pappin -----Original Message- From: Mike Comb [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 4:39 PM To: users@wicket.apache.org Subject: Re: users, please give us y

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-03 Thread Mike Comb
data. [X ] Whatever choice ultimately made, I'll happily convert/ start using 1.4 and up. "Happily" probably isn't the word I'd chose, but we'll move to 1.4 eventually regardless of the decision made. -Mike -- Mike Comb Director of Enginee

AjaxFallbackButton resetting validation status of form?

2007-10-22 Thread Mike Comb
g? Is there a better way to do this that I'm missing? It happens in both 1.3b3 and 1.3b4. Note that I can't use AjaxFormValidatingBehavior because I need all the validation to happen in one pass when the form is submitted not as the user types things in. Thanks, -Mike -- Mi