Re: UTF-8 not working

2011-10-15 Thread Mathias Nilsson
This is my web.xml. Still does not work ?xml version=1.0 encoding=UTF-8? web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=http://java.sun.com/xml/ns/javaee; xmlns:web=http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;

Re: UTF-8 not working

2011-10-15 Thread Mathias Nilsson
Oh, And I've also tried putting org.springframework.web.filter.CharacterEncodingFilter as the first filter -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UTF-8-not-working-tp3906237p3907047.html Sent from the Users forum mailing list archive at Nabble.com.

Re: ListChoice and it's renderer

2011-10-15 Thread Andrea Del Bene
Hi, take a look at method AbstractChoice.appendOptionHtml. You can override it and manipulate the HTML as you desire. Hi All, I want to extend a simple listchoice component to also include a title attribute in the generated html code. So basically I want theoption tag to be generated like

Re: Can not locate error messages from property messages

2011-10-15 Thread Andrea Del Bene
Hi, are you sure that code 'getClass().getSimpleName() + . + errorKey' generates a valid key bundle? Hi; I am using a really simple property file, to display some validation errors, it used to work fine, but it stopped working, now I can't even get the simplest example to work. and I am

Re: ListChoice and it's renderer

2011-10-15 Thread hsteisjo
Great thanks, exactly what I was looking for. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListChoice-and-it-s-renderer-tp3906100p3908065.html Sent from the Users forum mailing list archive at Nabble.com.

HTML within the feedback panel message

2011-10-15 Thread Arjun Dhar
I want the String to be unescaped so I can add CSS to certain *parts* of the feedback message. Like Highlight an area in the error message etc. - Software documentation is like sex: when it is good, it is very, very good; and when it is bad, it is still better than nothing! -- View this

Re: HTML within the feedback panel message

2011-10-15 Thread Igor Vaynberg
panel.setescapemodelstrings(false) -igor On Sat, Oct 15, 2011 at 12:51 PM, Arjun Dhar dhar...@yahoo.com wrote: I want the String to be unescaped so I can add CSS to certain *parts* of the feedback message. Like Highlight an area in the error message etc. - Software documentation is like

Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-15 Thread Chris Colman
While debugging a problem during our migration from 1.4 to 1.5 I noticed that for each bookmarkable page link that we created quite an extensive set of operations occurs: We have pages that can have 20-40 links to bookmarkable pages. We also have about 40 different page classes, each mounted

Re: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-15 Thread Jeremy Thomerson
On Sat, Oct 15, 2011 at 8:28 PM, Chris Colman chr...@stepaheadsoftware.comwrote: Obviously this isn’t a problem during debug with a single user but when 1000s of pages need to be rendered each minute the time spent performing the above operations may become significant. I haven’t done any