Re: 6.13 migration. Failed on img src=#

2014-01-18 Thread Martin Grigorov
This is fixed in wicket-6.x. There is a ticket. Martin Grigorov Wicket Training and Consulting On Sat, Jan 18, 2014 at 4:06 AM, Steve shadders@gmail.com wrote: Just tried to upgrade an app to 6.13 and it seems to be failing on this tag: img wicket:id=busyindicator src=#/ Image

6.13 migration. Failed on img src=#

2014-01-17 Thread Steve
Just tried to upgrade an app to 6.13 and it seems to be failing on this tag: img wicket:id=busyindicator src=#/ Image busyImage = new Image(busyindicator, busyIndicatorImageUrl); busyImage.add(AttributeModifier.replace(src, busyIndicatorImageUrl)); add(busyImage); [PackageResource name = #,