XmlPullParser error checking attributes

2009-05-05 Thread Objelean Alex
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:

Re: XmlPullParser error checking attributes

2009-05-05 Thread Igor Vaynberg
that isnt really valid html... param value="config={"playerId" you should either have value in single quotes and use double quotes inside, or the other way around, or escape the double quotes inside. -igor On Tue, May 5, 2009 at 2:00 AM, Objelean Alex wrote: > I've got the following exception: