Hi, I also think this is good feature. In Wicket 7 StringResourceModel already uses IModel for the default value, so it is possible to do it. I'll improve ResourceModel too.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Nov 6, 2014 at 2:42 PM, Guillaume Smet <[email protected]> wrote: > Hi Tom, > > Thanks for your suggestion! > > That's the kind of thing I had in mind if we haven't missed anything > in the API but I was hoping we have missed something as it seems > generally useful! > > On Thu, Nov 6, 2014 at 12:49 PM, Tom Götz <[email protected]> wrote: > > You could try something like this: > https://gist.github.com/tgoetz/0735b05d47b16acf2fd7 < > https://gist.github.com/tgoetz/0735b05d47b16acf2fd7> > > > > Cheers, > > -Tom > > > > > >> On 06.11.2014, at 11:53, Guillaume Smet <[email protected]> > wrote: > >> > >> Hi all, > >> > >> Maybe we are missing something but we haven't found an elegant way to > >> have a ResourceModel with a default *key* if the current key doesn't > >> exist. > >> > >> There is a mechanism for a default *string* but it's not sufficient > >> for us (we want to be able to specialize the key if needed but have an > >> internationalized default if not). > >> > >> Suggestions welcome! > >> > >> Thanks. > >> > >> -- > >> Guillaume > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
