Re: [Wicket-user] Composite Behavior....

2007-02-24 Thread Erik Brakkee
A few weeks later than promised, but there is a wiki page now on the composite behavior. I have added it under the 'General application' page. On 2/6/07, Erik Brakkee <[EMAIL PROTECTED]> wrote: On 2/4/07, Frank Bille <[EMAIL PROTECTED]> wrote: > > > Or a good wiki page/blog entry on the subje

Re: [Wicket-user] Composite Behavior....

2007-02-05 Thread Erik Brakkee
On 2/4/07, Frank Bille <[EMAIL PROTECTED]> wrote: Or a good wiki page/blog entry on the subject. That would be nice to have :) Ok, I will spend some time on this over the weekend. Frank - Using Tomcat but need to do m

Re: [Wicket-user] Composite Behavior....

2007-02-03 Thread Frank Bille
On 2/4/07, Al Maw <[EMAIL PROTECTED]> wrote: along with the StringUtil.isNullOrEmpty() function. ;-) erm.. we do have Strings.isEmpty :) So where do we put it and how do we decide where to put it? Wicket-core, > wicket-extensions, wiki, or /dev/null? So, err, /dev/null I'm afraid. :) Or

Re: [Wicket-user] Composite Behavior....

2007-02-03 Thread Al Maw
Erik Brakkee wrote: > I think it would be useful to have this in wicket core since I think it > is very common to run into a situation where you need to package > multiple behaviors together. The API in core already has a very large footprint. We don't add trivial classes like this on the basis

Re: [Wicket-user] Composite Behavior....

2007-02-02 Thread Erik Brakkee
Hi Frank, On 2/2/07, Frank Bille <[EMAIL PROTECTED]> wrote: Hi Erik I think the ToolTip behaviour would be a good addition to extentions. However I can see that there is some legal problems since the javascript you use is under CC which is still much unclear in ASF land. CC ShareAlike is ques

Re: [Wicket-user] Composite Behavior....

2007-02-02 Thread Frank Bille
Hi Erik I think the ToolTip behaviour would be a good addition to extentions. However I can see that there is some legal problems since the javascript you use is under CC which is still much unclear in ASF land. CC ShareAlike is questionable[1] so I would like os to not use it for now if possible

[Wicket-user] Composite Behavior....

2007-02-02 Thread Erik Brakkee
Hi, I have encountered a situation where I would like to add more than one behavior to a component. One example is that of a tooltip where I need a header contributor to load some javascript and an attibute to contain the tooltip text. In wicket you can do this by adding two behaviors to a comp