> It's a nice idea, Eelco. So, should we conclude this thread confirming that > this conversion is not already implemented for Wicket 1.2.6? I mean, do we > need a patch (correction) or do we need an implementation (new > implementation)?
Depends on what you want. Those XML files don't convert to HTML entities, but I think you don't need that if you properly set the encodings of your requests/ pages (UTF-8 works best). Patch works best, even if it is new, because that's just an easy way to apply to the code base. At this time, it is probably easiest for you if you create your own branch on wicket 1.2 that does what you want, as it might take a while before we create a new release for that (it's pretty much eol as far as we are concerned). Another advantage to doing that is that you can build exactly what you want without us having to agree :-) Eelco
