Hi,

I try to manipulate some tags on an WebMarkupContainer called image. If I do:

image.add(AttributeModifier.replace("src", imgUrl + "?a=1&b=2"));

the src is not as expected: "...?a=1&b=2" 
but its escaped as "...?a=1&b=2"

I tried setEscapeModelStrings false on the image itself, wont work and 
AttributeModifier has no way to escape....

Any idea what to do now?

Best,

KB

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to