Re: Add components inside the footer and header of a Modal

2015-08-27 Thread Marco Di Sabatino Di Diodoro
Hi Martin, Il 24/08/2015 22:06, Martin Grigorov ha scritto: Hi, On Mon, Aug 24, 2015 at 4:05 PM, Marco Di Sabatino Di Diodoro marco.disabat...@tirasa.net wrote: Hi Martin, Il 24/08/2015 12:16, Martin Grigorov ha scritto: Hi, 1. File an issue so that becomes more user friendly. I

Re: Add components inside the footer and header of a Modal

2015-08-27 Thread Martin Grigorov
On Thu, Aug 27, 2015 at 12:02 PM, Marco Di Sabatino Di Diodoro marco.disabat...@tirasa.net wrote: Hi Martin, Il 24/08/2015 22:06, Martin Grigorov ha scritto: Hi, On Mon, Aug 24, 2015 at 4:05 PM, Marco Di Sabatino Di Diodoro marco.disabat...@tirasa.net wrote: Hi Martin, Il

Re: Add components inside the footer and header of a Modal

2015-08-24 Thread Marco Di Sabatino Di Diodoro
Hi Martin, Il 24/08/2015 12:16, Martin Grigorov ha scritto: Hi, 1. File an issue so that becomes more user friendly. I opened the issue on git 2. You can roll MyModal that extends from Modal and has MyModal.html with the extra components in header and footer. In MyModal#onInitialize() you

Re: Add components inside the footer and header of a Modal

2015-08-24 Thread Martin Grigorov
Hi, 1. File an issue so that becomes more user friendly. 2. You can roll MyModal that extends from Modal and has MyModal.html with the extra components in header and footer. In MyModal#onInitialize() you can use get(header).add(anExtraHeaderComponent) Martin Grigorov Wicket Training and

Add components inside the footer and header of a Modal

2015-08-24 Thread Marco Di Sabatino Di Diodoro
Hi all, I'm using wicket-bootstrap to implement a new console. In this moment, I'm implementing my Modal with de.agilecoders.wicket.core.markup.html.bootstrap.dialog.Modal component. I would like to add some components in the header or footer, but all fields are declared private and the

Re: Add components inside the footer and header of a Modal

2015-08-24 Thread Martin Grigorov
Hi, On Mon, Aug 24, 2015 at 4:05 PM, Marco Di Sabatino Di Diodoro marco.disabat...@tirasa.net wrote: Hi Martin, Il 24/08/2015 12:16, Martin Grigorov ha scritto: Hi, 1. File an issue so that becomes more user friendly. I opened the issue on git 2. You can roll MyModal that extends