Re: Locale change on Image with Resource results in broken images

2007-10-15 Thread Jonas
I created an issue in JIRA: https://issues.apache.org/jira/browse/WICKET-1075 On 10/13/07, Kent Tong wrote: > > > This indeed looks like a bug to me. >

Re: Locale change on Image with Resource results in broken images

2007-10-13 Thread Kent Tong
d > as the commentary suggests if the > Image(String id, Resource imageResource) constructor was > used. > This indeed looks like a bug to me. - -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW -- View this message in context: http://www.nabbl

Locale change on Image with Resource results in broken images

2007-10-12 Thread Jonas
Hi, I have a DynamicImageResource subclass that I add to an Image using the Image(String id, Resource imageResource) constructor. This works fine as long as the Locale of my Image doesn't change or isn't 'lost' because of serialization (it's for reasons I don't understand a transient field, see ht