Re: wicket multi-window app

2012-08-18 Thread Martin Grigorov
Hi, Writing web apps requires writing JavaScript code ... Even if you use components like Wicket-extensions' ModalWindow or wicket-bootstrap's Modal, or wicket-jquery-ui's Dialog, or any other similar component you will still need to add some custom JS to make it working as you need it. And this i

Re: Panel Inheritance with TransparentWebMarkupContainer

2012-08-18 Thread Martin Grigorov
Hi, TransparentWebMarkupContainer is a container which can be used when you don't want its children to know about it. For example you can use it to manipulate the attributes of or elements in a base page. This way the children pages can just do "add(someOtherComponent)" instead of "bodyComponent