You can register JS event listener on resize event for window. You can manipulate the image size with pure JS so no need to use Wicket at all.
On Thu, Jan 17, 2013 at 1:16 PM, dpmihai <[email protected]> wrote: > I have a panel with a RenderedDynamicImageResource which has width and > height > as parameters. > I have a modal window with this panel and I want when I resize the window > to > have a repaint of the inner panel with the new width and height? > > Is it possible to achieve this in wicket 1.5? > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-repaint-a-component-on-browser-resize-tp4655456.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
