Re: anyone in pune want to represent?

2008-02-04 Thread karthik Guru
There are at least 2 companies for sure that work on wicket in pune, India. I met them while at a conference there a few months back. I think I have their email - I will put a word from my side as well for sure. - Karthik On Feb 4, 2008 1:32 AM, Jonathan Locke [EMAIL PROTECTED] wrote: i saw

Re: Article: Introducing Apache Wicket

2008-01-28 Thread karthik Guru
This is really nice - covers the basics so well unlike the one that I posted :) - actually thanks to martijn, cemal, i added a little bit of context to my post. I think it makes sense to link to this article first when writing a blog post - it just clears up the basics so nicely. One nice addition

Re: a wicket tutorial

2008-01-25 Thread karthik Guru
component by: * automatically adding the javascript for you * using Java API to do effects instead of writing String javascript functions. On Jan 25, 2008 1:30 PM, karthik Guru [EMAIL PROTECTED] wrote: Hi All, Just to let you know that I posted a small tutorial on writing custom

a wicket tutorial

2008-01-25 Thread karthik Guru
Hi All, Just to let you know that I posted a small tutorial on writing custom component here - http://karthikg.wordpress.com/2008/01/24/developing-a-custom-apache-wicket-component/ I just wrote it to get a breather from my day job which is all about processing xml schemas and wsdls that c'd get

Re: Wicket, Selenium and generated id attributes

2007-11-20 Thread karthik Guru
Does selenium works with names? I mean something like - selenium.click(login); with the mark up having - a wicket:id=login name=loginLogin/a But yes, this *might* work for links that you know up front but not the ones that are generated through a loop component for e.g. On Nov 20, 2007 6:12

Refreshing components with new data w/o altering the backing model

2007-10-23 Thread karthik Guru
I have a form like this - Name: [.] Zip: [.] City: [.] State: [.] [Save] On filling the zip i want to auto populate the city and state. I can attach a AjaxFormComponentUpdatingBehavior to the zip field and do this. But I don't want to update the zip model, so i plan

Re: JavaZone presentation follow up

2007-09-12 Thread karthik Guru
Congrats! 47 slides! how long was the talk? In the past i have had trouble running through all of them in little less than an hour. I have mine coming up late october in India and i have only 50 minutes to sell Wicket!. I like the reference to Pro JSF Ajax - I had the exact same feeling reading