that would also be my fix. Just lower case everything once when loading and we are done. Then also lower case the AttributeModifiers and these problems are gone.
does somebody disagree? johan On 5/30/07, Al Maw <[EMAIL PROTECTED]> wrote:
Johan Compagner wrote: > should we try to match case insenstive? Not it is just a ValueMap of > attributes so the problem is that we then have to lowercase all the > attributes keys Hmmmm. XHTML says all the attributes should be lowercased, so I see no particular problem with lowercasing everything in the markup loader, aside from the extra overhead. Someone will doubtless complain, though. Regards, Al -- Alastair Maw Wicket-biased blog at http://herebebeasties.com
