Re: Generating table header ids for multiple tables pe rpage

2016-05-15 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Samstag, 14. Mai 2016 um 19:26 schrieben Sie: > [...]instead I would like to have one > place, e.g. "resultsContainer" itself, to process the markup in such a > way that this parent container of all markup generates unique ids, > changes the "headers" references to

wicket 6.x / java.text.ParseException on multiple div's

2016-05-15 Thread Korbinian Bachl
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(XmlPu

Re: wicket 6.x / java.text.ParseException on multiple div's

2016-05-15 Thread Martin Spielmann
Hello Korbinian, the error message tells you about a duplicated attribute. Please check if there is a tag looking like this in your code: E.g. smth like this: Happened some times to me... Best regards, Martin Am 15. Mai 2016 11:39:30 MESZ, schrieb Korbinian Bachl : >Hello, > >I'm still

Re: wicket 6.x / java.text.ParseException on multiple div's

2016-05-15 Thread Per Newgro
Did you try to remove the questionable markup to see what is happening? Am 15.05.2016 um 11:39 schrieb Korbinian Bachl: 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:

Re: wicket 6.x / java.text.ParseException on multiple div's

2016-05-15 Thread Korbinian Bachl
Hello Martin, I tried to look for this but I isn't that easy. He really complains about fine closed div's if I remove the mentioned div's it renders fine; I can trigger the error when I just enter this into my page HTML: A B and thats a perfectly fine HTML Best, Korbinian - U

Re: wicket 6.x / java.text.ParseException on multiple div's

2016-05-15 Thread Korbinian Bachl
Hello Per, yes, when I remove just 1 of the 2 div's it works instantly; I can tigger this by putting in: A B and he complains Best, Korbinian - Ursprüngliche Mail - > Von: "Per Newgro" > An: users@wicket.apache.org > Gesendet: Sonntag, 15. Mai 2016 11:54:30 > Betreff: Re: wicke

Re: wicket 6.x / java.text.ParseException on multiple div's

2016-05-15 Thread Korbinian Bachl
@Martin Spielmann, @Per Negro thank you for your help. In fact I found out that there was a glitch in the HTML, however, not with the div's! - It seems as the parser has some problems when there is an error in the markup with quotations; In my case I had a innocent looking on the page hirar

Re: Generating table header ids for multiple tables pe rpage

2016-05-15 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Sonntag, 15. Mai 2016 um 11:14 schrieben Sie: > So next I will have a look at extending > AbstractTransformerBehavior with its "tranform" method. Hi, this was far easier to use, beautiful Wicket... Sadly I saw it too late and wasted quite some hours on the former

Re: Markupstream.hasMore vs. MarkupStream.next

2016-05-15 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Freitag, 13. Mai 2016 um 20:14 schrieben Sie: > Is this a bug or is using hasMore the wrong idiom in this case? https://issues.apache.org/jira/browse/WICKET-6165 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am