Re: BestPractice - working with Wicket properites outside of Wicket context

2011-03-22 Thread Reinhard Vornholt
Sometimes it's just that easy. Works like a charm! Never used it before. Thanks! 2011/3/21 vineet semwal : > simply use resource bundle? > > ResourceBundle.getBundle(DomainObjectA.class.getCanonicalName()).getString("key"); > > On Mon, Mar 21, 2011 at 9:36

BestPractice - working with Wicket properites outside of Wicket context

2011-03-21 Thread Reinhard Vornholt
Hello group, can anybody point me in the right direction for the following problem. We are working on a project based on wicket 1.4.x (also hibernate, spring and so on) We are using property files for localized text. Mostly side by side with the domain objects, like so: DomainObjectA.class Domai

How to have a RenderedDynamicImageResource with transparent background?

2009-10-28 Thread Reinhard Vornholt
Hello, I like to have a RenderedDynamicImageResource with a transparent background. I tried serveral things google came up with. But none worked so far. Let me show you what I do: public RenderedDynamicImageResource getCity(final Long cityId){ RenderedDynamicImageResource