Hello Korbinian,

the error message tells you about a duplicated attribute. Please check if there 
is a tag looking like this in your code:

<div ... div>

</div>

E.g. smth like this:
<div class="a" div style="b">
Happened some times to me...

Best regards,
Martin



Am 15. Mai 2016 11:39:30 MESZ, schrieb Korbinian Bachl 
<korbinian.ba...@whiskyworld.de>:
>Hello,
>
>I'm still on migrating a big wicket 1.4 app to wicket 6.23, and I now
>got a problem I dont know how to solve. A page throws following error:
>
>java.text.ParseException: Same attribute found twice: div (line 163,
>column 52)
>at
>org.apache.wicket.markup.parser.XmlPullParser.parseTagText(XmlPullParser.java:698)
>        at
>org.apache.wicket.markup.parser.XmlPullParser.next(XmlPullParser.java:311)
>....
>
>so far I would expect this to happen on wrong/ malformed HTML - but my
>HTML is fine is indeed needed this way!
>
>complained HTML:
>
><div id="slides">
>
>      <div>
>           content
>        </div>       
>        
>        <div>
>              content
>        </div>
></div>
>
>So what is going on here? Why does wicket complain about those poor
>div's? Is there any way I can disable this check for div's??? For me
>this behaviour seems as a bug as div following a div is perfectly fine
>HTML code?
>
>Best,
>
>Korbinian
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>For additional commands, e-mail: users-h...@wicket.apache.org

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

Reply via email to