I've got the following exception:
Caused by: java.text.ParseException: Same attribute found twice: url
at
org.apache.wicket.markup.parser.XmlPullParser.parseTagText(XmlPullParser.java:636)
when the markup contains an object tag with a JSON encoded into param tag:
<object id="player_api" height="100%" width="100%"
type="application/x-shockwave-flash"
data="ref/app/js/swf/flowplayer-3.1.0.swf?0.8721899861018372">
<param value="true" name="allowFullScreen"/>
<param value="config={"playerId":"player","clip":{"url":"
http://blip.tv/file/get/KimAronson-TwentySeconds73213.flv
"},"playlist":[{"url":"
http://blip.tv/file/get/KimAronson-TwentySeconds73213.flv"}]}"
name="flashvars"/>
</object>
Is it a normal behaviour?
Thanks!
Alex