Re: Create custom component

2007-11-21 Thread Eelco Hillenius
On Nov 21, 2007 9:12 PM, Joshua Jackson <[EMAIL PROTECTED]> wrote: > Hi Eelco, > > Thanks for the response. > Maybe tutorial doesn't sound good, but I think this kind of > information you've written here is important and worth written on the > wicket wiki. Go for it :-) Eelco ---

Re: Create custom component

2007-11-21 Thread Joshua Jackson
Hi Eelco, Thanks for the response. Maybe tutorial doesn't sound good, but I think this kind of information you've written here is important and worth written on the wicket wiki. Thanks. On 11/22/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > It doesn't make sense to have such a tutorial. You n

Re: Create custom component

2007-11-21 Thread Eelco Hillenius
On Nov 21, 2007 7:50 PM, Joshua Jackson <[EMAIL PROTECTED]> wrote: > Yes that's what I mean, I couldn't find document on creating custom > component that extend from Component. It doesn't make sense to have such a tutorial. You need to decide what you'll be building and what base class comes close

Re: Create custom component

2007-11-21 Thread Joshua Jackson
Yes that's what I mean, I couldn't find document on creating custom component that extend from Component. Ok I'm gonna try looking at the existing component and try build my own component from there. Thanks. On 11/22/07, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > On Wed, 21 Nov 2007, Joshua Ja

Re: Create custom component

2007-11-21 Thread Timo Rantalaiho
On Wed, 21 Nov 2007, Joshua Jackson wrote: > Is there any tutorial on creating custom component in Wicket? The ones > I found only shows creating custom component by extending from the > existing component but not creating from scratch. If anyone has What do you mean by "from scratch"? All Wicket