Re: How to use jWicket ResizableBehavior

2010-09-30 Thread Sebastian
Looks like there is a problem in the ResizableBehaviour class. It does not ensure that the necessary jQuery CSS is added to the markup. Since the method that could do this has protected visibility I need to subclass the ResizableBehaviour like this: ResizableBehaviour resizer = new ResizableBe

How to use jWicket ResizableBehavior

2010-09-29 Thread Sebastian
Hi, I'd like to make a DIV resizable. The JavaDoc of ResizableBehavior says I just need to add a new behavior instance to a Wicket component (in my case a WebMarkupContainer) to make it resizable. Doing so results in my HTML output referencing the minified jquery libs and containing code like